BASS.NET API for the Un4seen BASS Audio Library

DSP_SoftSaturationFactor Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Soft Saturation factor between 0.0 and 0.99998848714 (default is 0.5).

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

public double Factor { get; set; }

Property Value

Type: Double
Remarks

The signal will be dynamically sharped, if the signal amplitude is above this given factor.
See Also

Reference