Remarks
Occurs when a parameter of the VST has been changed through its editor.
For further details about managing a VST effect refer to the How to manage VST effects tutorial.
Syntax
[Visual Basic]
VstParamChanged (
ByVal nPlayer as Integer,
ByVal nIdVst as Long
)
|
|
[C++]
void VstParamChanged (
short nPlayer,
long nIdVst
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
nIdVst
|
Unique identifier of the VST effect
|
|