BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_GetProgramNames Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a list of all available program names.

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

public static string[] BASS_VST_GetProgramNames(
	int vstHandle
)

Parameters

vstHandle
Type: SystemInt32
The VST effect handle as returned by BASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32).

Return Value

Type: String
An array of strings representing the list of available program names. The index corresponds to the program numbers.
Remarks

You might use this method to enumerate over all programs or to initialize a menu for example.

This function does not change the selected program!

See Also

Reference