BASS.NET API for the Un4seen BASS Audio Library

DSP_StereoEnhancerWetDry Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Wet/Dry ratio between 0.0 (dry, unprocessed signal only) and 1.0 (wet, processed signal only) - default is 0.5.

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

public double WetDry { get; set; }

Property Value

Type: Double
Remarks

This property defines how much of the effect signal will be mixed into the original signal.

A values of 0.0 means, that only the dry (unprocessed, original) signal is used. A value of 1.0 means, that only the wet (processed) signal is used.

If you assign values outside this range they will actually be capped to [0.0...1.0].

See Also

Reference