BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_FLANGER Constructor (Single, Single, 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_FLANGER(
	float WetDry,
	float Speed,
	BASSFXChan chans
)

Parameters

WetDry
Type: SystemSingle
Ratio of wet (processed) signal to dry (unprocessed) signal (0...1...n).
Speed
Type: SystemSingle
Flanger speed in seconds (0...0.09).
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