Class DXReverbEffect
DX8 Reverb Effect.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXReverbEffect : Effect<DXReverbParameters>, IDisposable
Properties
HighFreqRTRatio
In the range from 0.001 through 0.999. The default value is 0.001.
Declaration
public double HighFreqRTRatio { get; set; }
Property Value
Double
|
InGain
Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB.
Declaration
public double InGain { get; set; }
Property Value
Double
|
ReverbMix
Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB.
Declaration
public double ReverbMix { get; set; }
Property Value
Double
|
ReverbTime
Reverb time, in milliseconds, in the range from 0.001 through 3000. The default value is 1000.
Declaration
public double ReverbTime { get; set; }
Property Value
Double
|