Constructor already setting the members
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
public BASS_BFX_DISTORTION( float Drive, float DryMix, float WetMix, float Feedback, float Volume )
Parameters
- Drive
- Type: SystemSingle
Distortion drive (0...5) - DryMix
- Type: SystemSingle
Dry (unaffected) signal mix (-5...+5) - WetMix
- Type: SystemSingle
Wet (affected) signal mix (-5...+5) - Feedback
- Type: SystemSingle
Feedback (-1...+1) - Volume
- Type: SystemSingle
Distortion volume (0...+2)
See Also