The BASS_VST_AEFFECT type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| FromIntPtr |
Returns an instance of the BASS_VST_AEFFECT class derived from an IntPtr (aeffect) as obtained via BASS_VST_GetInfo(Int32, BASS_VST_INFO).
| |
| GetCurrentProgram |
Returns the currently selected program number of the VST effect.
| |
| GetCurrentProgramName |
Returns the currently selected program name of the VST effect.
| |
| GetProgramName |
Returns a specific program name of the VST effect.
| |
| GetProgramNames |
Returns an array of strings representing the available program names.
| |
| SetCurrentProgram |
Sets the selected program number of the VST effect.
| |
| SetCurrentProgramName |
Sets (overwrites) the current selected program name of the VST effect.
| |
| ToString |
Returns the description of this instance (In=x, Out=y).
(Overrides ObjectToString.) |
See Also