BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_COMPRESSOR Constructor (Single, Single, Single, Single, Single, Single)

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

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

public BASS_DX8_COMPRESSOR(
	float Gain,
	float Attack,
	float Release,
	float Threshold,
	float Ratio,
	float Predelay
)

Parameters

Gain
Type: SystemSingle
Output gain of signal after compression, in the range from -60 to 60.
Attack
Type: SystemSingle
Time before compression reaches its full value, in the range from 0.01 to 500.
Release
Type: SystemSingle
Speed at which compression is stopped after input drops below fThreshold, in the range from 50 to 3000.
Threshold
Type: SystemSingle
Point at which compression begins, in decibels, in the range from -60 to 0.
Ratio
Type: SystemSingle
Compression ratio, in the range from 1 to 100.
Predelay
Type: SystemSingle
Time after lThreshold is reached before attack phase is started, in milliseconds, in the range from 0 to 4.
See Also

Reference