The BASS_BFX_AUTOWAH type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| fDryMix |
Dry (unaffected) signal mix (-2...+2). Default = 0.
| |
| fFeedback |
Feedback (-1...+1). Default = 0.
| |
| fFreq |
Base frequency of sweep range (0<...1000). Default = 0.
| |
| fRange |
Sweep range in octaves (0<...<10). Default = 0.
| |
| fRate |
Rate of sweep in cycles per second (0<...<10). 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