Remarks
Occurs when a parameter of the VST has been changed through its own editor.
Syntax
[Visual Basic]
VstParamChanged (
ByVal nIdVST as Long
)
|
|
[C++]
void VstParamChanged (
long nIdVST
);
|
|
Parameter
|
Description
|
|
|
nIdVST
|
Unique identifier of the VST effect as returned by the Effects.VstLoad method.
|
|