BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_COMPRESSOR Constructor (Single, Single, Single)

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_COMPRESSOR(
	float Threshold,
	float Attacktime,
	float Releasetime
)

Parameters

Threshold
Type: SystemSingle
Compressor threshold (0...+1)
Attacktime
Type: SystemSingle
Attack time in ms (0<...1000)
Releasetime
Type: SystemSingle
Release time in ms (0<...5000)
See Also

Reference