BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_AEFFECTSetCurrentProgram Method

BASS.NET API for the Un4seen BASS Audio Library
Sets the selected program number of the VST effect.

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

public bool SetCurrentProgram(
	int program
)

Parameters

program
Type: SystemInt32
The number of the program to set (must be between 0 .. numPrograms-1).

Return Value

Type: Boolean
on success, else .
See Also

Reference