BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_AEFFECT Methods

BASS.NET API for the Un4seen BASS Audio Library

The BASS_VST_AEFFECT type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCode exampleFromIntPtr
Returns an instance of the BASS_VST_AEFFECT class derived from an IntPtr (aeffect) as obtained via BASS_VST_GetInfo(Int32, BASS_VST_INFO).
Public methodGetCurrentProgram
Returns the currently selected program number of the VST effect.
Public methodGetCurrentProgramName
Returns the currently selected program name of the VST effect.
Public methodCode exampleGetProgramName
Returns a specific program name of the VST effect.
Public methodCode exampleGetProgramNames
Returns an array of strings representing the available program names.
Public methodSetCurrentProgram
Sets the selected program number of the VST effect.
Public methodSetCurrentProgramName
Sets (overwrites) the current selected program name of the VST effect.
Public methodToString
Returns the description of this instance (In=x, Out=y).
(Overrides ObjectToString.)
Top
See Also

Reference