From Multi Theft Auto: Wiki
Jump to navigation
Jump to search
Chorus
|
http://www.un4seen.com/doc/#bass/BASS_DX8_CHORUS.html
|
Parameter |
Type |
Default value |
Valid range |
Description
|
wetDryMix |
float |
50 |
0-100 |
Ratio of wet (processed) signal to dry (unprocessed) signal.
|
depth |
float |
10 |
0-100 |
Percentage by which the delay time is modulated by the low-frequency oscillator (LFO).
|
feedback |
float |
25 |
-99-99 |
Percentage of output signal to feed back into the effect's input.
|
frequency |
float |
1.1 |
0-10 |
Frequency of the LFO.
|
waveform |
int |
1 |
0-1 |
Waveform of the LFO... 0 = triangle, 1 = sine.
|
delay |
float |
16 |
0-20 |
Number of milliseconds the input is delayed before it is played back.
|
phase |
int |
1 |
0-4 |
Phase differential between left and right LFOs.
- 0: -180
- 1: -90
- 2: 0
- 3: 90
- 4: 180
|