BASS.NET API for the Un4seen BASS Audio Library

BASSVSTDsp Enumeration

BASS.NET API for the Un4seen BASS Audio Library
VST DSP flags to be used within the BASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32) method.

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

public enum BASSVSTDsp
Members

  Member nameValueDescription
BASS_VST_DEFAULT0 Default VST DSP processing.
BASS_VST_KEEP_CHANS1 By default, mono effects assigned to stereo channels are mixed down before processing and converted back to stereo afterwards. Set this flag to avoid this behaviour in which case only the first channel is affected by processing.
BASS_UNICODE-2147483648 File is a Unicode (16-bit characters) filename.
See Also

Reference