BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_GetProgramName Method

BASS.NET API for the Un4seen BASS Audio Library
Gets the name of any program of a VST effect.

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

public static string BASS_VST_GetProgramName(
	int vstHandle,
	int programIndex
)

Parameters

vstHandle
Type: SystemInt32
The VST effect handle as returned by BASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32).
programIndex
Type: SystemInt32
The program number for which to get the name, must be smaller than BASS_VST_GetProgramCount(Int32).

Return Value

Type: String
The name of the program given or if not valid.
Remarks

The names are limited to 24 characters. This function does not change the selected program!
See Also

Reference