BASS.NET API for the Un4seen BASS Audio Library

DSP_SoftSaturation Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the Soft Saturation DSP, not assigning the DSP yet.

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

public DSP_SoftSaturation()
Remarks

The DSP is not automatically assigned by this constructor! You must set the ChannelHandle and DSPPriority manually prior to assigning the DSP.

Use Start to assign the DSP to the channel. Use Stop to remove the DSP (you can (re)assign the DSP at any time again by calling Start).

The channel does not have to be playing to set a DSP function, they can be set before and while playing.

See Also

Reference