The BASS_BFX_ECHO4 type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| bStereo |
Echo adjoining channels to each other? Default is disabled.
| |
| fDelay |
Delay in seconds (0<...n). Default = 0.
| |
| fDryMix |
Dry (unaffected) signal mix (-2...+2). Default = 0.
| |
| fFeedback |
Output signal to feed back into input (-1...+1). Default = 0 (disabled).
| |
| 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