BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_GetParamInfo Method (Int32, Int32, BASS_VST_PARAM_INFO)

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

[DllImportAttribute("bass_vst")]
public static bool BASS_VST_GetParamInfo(
	int vstHandle,
	int paramIndex,
	BASS_VST_PARAM_INFO ret
)

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)).
ret
Type: Un4seen.Bass.AddOn.VstBASS_VST_PARAM_INFO
An instance of the BASS_VST_PARAM_INFO where to store the parameter information at.

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
See Also

Reference