BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_FREEVERB Constructor (Single, Single, Single, Single, Single, Int32)

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_FREEVERB(
	float DryMix,
	float WetMix,
	float RoomSize,
	float Damp,
	float Width,
	int Mode
)

Parameters

DryMix
Type: SystemSingle
Dry (unaffected) signal mix (0.0...1.0, def. 0).
WetMix
Type: SystemSingle
Wet (affected) signal mix (0.0...3.0, def. 1.0).
RoomSize
Type: SystemSingle
Room size (0.0...1.0, def. 0.5).
Damp
Type: SystemSingle
Damping factor (0.0...1.0, def. 0.5).
Width
Type: SystemSingle
Stereo width (0.0...1.0, def. 1.0).
Mode
Type: SystemInt32
Mode: 0=no freeze or 1=freeze, def. 0 (no freeze).
See Also

Reference