constructor already setting the members
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
public BASS_DX8_FLANGER( float WetDryMix, float Depth, float Feedback, float Frequency, int Waveform, float Delay, BASSFXPhase Phase )
Parameters
- WetDryMix
- Type: SystemSingle
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 through 100 (all wet). - Depth
- Type: SystemSingle
Percentage by which the delay time is modulated by the low-frequency oscillator (LFO), in hundredths of a percentage point. Must be in the range from 0 through 100. - Feedback
- Type: SystemSingle
Percentage of output signal to feed back into the effect's input, in the range from -99 to 99. - Frequency
- Type: SystemSingle
Frequency of the LFO, in the range from 0 to 10. - Waveform
- Type: SystemInt32
Waveform of the LFO... 0 = triangle, 1 = sine. - Delay
- Type: SystemSingle
Number of milliseconds the input is delayed before it is played back, in the range from 0 to 4. - Phase
- Type: Un4seen.BassBASSFXPhase
Phase differential between left and right LFOs, one of BASSFXPhase.
See Also