BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_GetParamInfo Method (Int32, Int32)

BASS.NET API for the Un4seen BASS Audio Library
Get some common information about an editable parameter to a BASS_VST_PARAM_INFO class.

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

public static BASS_VST_PARAM_INFO BASS_VST_GetParamInfo(
	int vstHandle,
	int paramIndex
)

Parameters

vstHandle
Type: SystemInt32
The VST effect handle as returned by BASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32).
paramIndex
Type: SystemInt32
The index of the parameter (must be smaller than BASS_VST_GetParamCount(Int32)).

Return Value

Type: BASS_VST_PARAM_INFO
If successful, an instance of the BASS_VST_PARAM_INFO is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
See Also

Reference