BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_ECHO Constructor (Single, Single, Single, Single, Boolean)

BASS.NET API for the Un4seen BASS Audio Library
constructor already setting the members

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASS_DX8_ECHO(
	float WetDryMix,
	float Feedback,
	float LeftDelay,
	float RightDelay,
	bool PanDelay
)

Parameters

WetDryMix
Type: SystemSingle
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 through 100 (all wet).
Feedback
Type: SystemSingle
Percentage of output fed back into input, in the range from 0 through 100.
LeftDelay
Type: SystemSingle
Delay for left channel, in milliseconds, in the range from 1 through 2000.
RightDelay
Type: SystemSingle
Delay for right channel, in milliseconds, in the range from 1 through 2000.
PanDelay
Type: SystemBoolean
Value that specifies whether to swap left and right delays with each successive echo.
See Also

Reference