BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_ChannelSetDSP Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberCode exampleBASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32)
Assigns a VST effects (defined by a DLL file name) to any BASS channels.

This overload implements the Unicode overload for the dllFile name, so the BASS_UNICODE flag will automatically be added if not already set.

Public methodStatic memberBASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32, String, Int32)
Assigns a Shell-VST effect (defined by a DLL file name) to any BASS channels resp. retrieves the list of Shell-VST plugins.

This overload implements the Unicode overload for the dllFile name, so the BASS_UNICODE flag will automatically be added if not already set.

Top
See Also

Reference