Class DXGargleEffect
DX8 Gargle Effect (Windows only).
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXGargleEffect : Effect<DXGargleParameters>, IDisposable
Properties
Rate
Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
Declaration
public int Rate { get; set; }
Property Value
Int32
|
WaveShape
Shape of the modulation wave. Default = Sine.
Declaration
public DXWaveform WaveShape { get; set; }
Property Value
DXWaveform
|