The BASS_BFX_CHORUS type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| fDryMix |
Dry (unaffected) signal mix (-2...+2). Default = 0.
| |
| fFeedback |
Feedback (-1...+1). Default = 0.
| |
| fMaxSweep |
Maximum delay in ms (0<...6000). Default = 0.
| |
| fMinSweep |
Minimum delay in ms (0<...6000). Default = 0.
| |
| fRate |
Rate in ms/s (0<...1000). Default = 0.
| |
| fWetMix |
Wet (affected) signal mix (-2...+2). Default = 0.
| |
| lChannel |
A BASSFXChan flag to define on which channels to apply the effect.
Default: -1 (BASS_BFX_CHANALL) - all channels. |
See Also