BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_AEFFECTGetCurrentProgramName Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the currently selected program name of the VST effect.

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

public string GetCurrentProgramName()

Return Value

Type: String
The name of the selected program - or an empty string, if the effect has no programs.
See Also

Reference