Show / Hide Table of Contents

Class DXChorusParameters

Parameters for DX8 Chorus Effect.

Inheritance
Object
DXChorusParameters
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXChorusParameters : object, IEffectParameter

Fields

fDelay

Number of milliseconds the input is delayed before it is played back, in the range from 0 to 20. The default value is 0 ms.

Declaration
public float fDelay
Field Value
Single

fDepth

Percentage by which the delay time is modulated by the low-frequency oscillator, in hundredths of a percentage point. Must be in the range from 0 through 100. The default value is 25.

Declaration
public float fDepth
Field Value
Single

fFeedback

Percentage of output signal to feed back into the effect's input, in the range from -99 to 99. The default value is 0.

Declaration
public float fFeedback
Field Value
Single

fFrequency

Frequency of the LFO, in the range from 0 to 10. The default value is 0.

Declaration
public float fFrequency
Field Value
Single

fWetDryMix

Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).

Declaration
public float fWetDryMix
Field Value
Single

lPhase

Phase differential between left and right LFOs. Default is Zero.

Declaration
public DXPhase lPhase
Field Value
DXPhase

lWaveform

Waveform of the LFO. Default = Sine.

Declaration
public DXWaveform lWaveform
Field Value
DXWaveform

Properties

FXType

Gets the EffectType.

Declaration
public EffectType FXType { get; }
Property Value
EffectType

Implements
IEffectParameter.FXType
Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx