BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_ECHO4 Constructor (Single, Single, Single, Single, Boolean, BASSFXChan)

BASS.NET API for the Un4seen BASS Audio Library
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_ECHO4(
	float DryMix,
	float WetMix,
	float Delay,
	float Feedback,
	bool Stereo,
	BASSFXChan chans
)

Parameters

DryMix
Type: SystemSingle
Dry (unaffected) signal mix (-2..+2)
WetMix
Type: SystemSingle
Wet (affected) signal mix (-2..+2)
Delay
Type: SystemSingle
Delay in seconds (0<..6)
Feedback
Type: SystemSingle
Output signal to feed back into input (-1...+1).
Stereo
Type: SystemBoolean
Even channels are echoed to each other if enabled.
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

Reference