BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_REVERB Constructor (Single, Single, Single, Single)

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_REVERB(
	float InGain,
	float ReverbMix,
	float ReverbTime,
	float HighFreqRTRatio
)

Parameters

InGain
Type: SystemSingle
Input gain of signal, in decibels (dB), in the range from -96 through 0.
ReverbMix
Type: SystemSingle
Reverb mix, in dB, in the range from -96 through 0.
ReverbTime
Type: SystemSingle
Reverb time, in milliseconds, in the range from 0.001 through 3000.
HighFreqRTRatio
Type: SystemSingle
In the range from 0.001 through 0.999.
See Also

Reference