Constructor already setting the members
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
public BASS_BFX_ECHO2( float DryMix, float WetMix, float Feedback, float Delay, BASSFXChan chans )
Parameters
- DryMix
- Type: SystemSingle
Dry (unaffected) signal mix (-2..+2) - WetMix
- Type: SystemSingle
Wet (affected) signal mix (-2..+2) - Feedback
- Type: SystemSingle
Feedback (-1..+1) - Delay
- Type: SystemSingle
Delay in seconds (0<..6) - chans
- Type: Un4seen.Bass.AddOn.FxBASSFXChan
The channel control flag defining on which channels the effect should be applied to (a combinbation of BASSFXChan).
See Also