BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_DISTORTION Constructor (Single, 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_DISTORTION(
	float Gain,
	float Edge,
	float PostEQCenterFrequency,
	float PostEQBandwidth,
	float PreLowpassCutoff
)

Parameters

Gain
Type: SystemSingle
Amount of signal change after distortion, in the range from -60 through 0.
Edge
Type: SystemSingle
Percentage of distortion intensity, in the range in the range from 0 through 100.
PostEQCenterFrequency
Type: SystemSingle
Center frequency of harmonic content addition, in the range from 100 through 8000.
PostEQBandwidth
Type: SystemSingle
Width of frequency band that determines range of harmonic content addition, in the range from 100 through 8000.
PreLowpassCutoff
Type: SystemSingle
Filter cutoff for high-frequency harmonics attenuation, in the range from 100 through 8000.
See Also

Reference