Class DXReverbParameters
Parameters for DX8 Reverb Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXReverbParameters : object, IEffectParameter
Fields
fHighFreqRTRatio
In the range from 0.001 through 0.999. The default value is 0.001.
Declaration
public float fHighFreqRTRatio
Field Value
Single
|
fInGain
Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB.
Declaration
public float fInGain
Field Value
Single
|
fReverbMix
Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB.
Declaration
public float fReverbMix
Field Value
Single
|
fReverbTime
Reverb time, in milliseconds, in the range from 0.001 through 3000. The default value is 1000.
Declaration
public float fReverbTime
Field Value
Single
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|