Class DX_ID3DL2ReverbParameters
Parameters for DX8 ID3L2 Reverb Effect (Windows only).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DX_ID3DL2ReverbParameters : object, IEffectParameter
Fields
flDecayHFRatio
Ratio of the decay time at high frequencies to the decay time at low frequencies, in the range from 0.1 to 2. The default value is 0.83.
Declaration
public float flDecayHFRatio
Field Value
Single
|
flDecayTime
Decay time, in seconds, in the range from 0.1 to 20. The default value is 1.49 second.
Declaration
public float flDecayTime
Field Value
Single
|
flDensity
Modal density in the late reverberation decay, in percent, in the range from 0 to 100. The default value is 100.0 percent.
Declaration
public float flDensity
Field Value
Single
|
flDiffusion
Echo density in the late reverberation decay, in percent, in the range from 0 to 100. The default value is 100.0 percent.
Declaration
public float flDiffusion
Field Value
Single
|
flHFReference
Reference high frequency, in hertz, in the range from 20 to 20000. The default value is 5000.0 Hz.
Declaration
public float flHFReference
Field Value
Single
|
flReflectionsDelay
Delay time of the first reflection relative to the direct path, in seconds, in the range from 0 to 0.3. The default value is 0.007 seconds.
Declaration
public float flReflectionsDelay
Field Value
Single
|
flReverbDelay
Time limit between the early reflections and the late reverberation relative to the time of the first reflection, in seconds, in the range from 0 to 0.1. The default value is 0.011 seconds.
Declaration
public float flReverbDelay
Field Value
Single
|
flRoomRolloffFactor
Rolloff factor for the reflected signals, in the range from 0 to 10. The default value is 0.0.
Declaration
public float flRoomRolloffFactor
Field Value
Single
|
lReflections
Attenuation of early reflections relative to lRoom, in mB, in the range from -10000 to 1000. The default value is -2602 mB.
Declaration
public int lReflections
Field Value
Int32
|
lReverb
Attenuation of late reverberation relative to lRoom, in mB, in the range from -10000 to 2000. The default value is 200 mB.
Declaration
public int lReverb
Field Value
Int32
|
lRoom
Attenuation of the room effect, in millibels (mB), in the range from -10000 to 0. The default value is -1000 mB.
Declaration
public int lRoom
Field Value
Int32
|
lRoomHF
Attenuation of the room high-frequency effect, in mB, in the range from -10000 to 0. The default value is 0 mB.
Declaration
public int lRoomHF
Field Value
Int32
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|