|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[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
|