Copyright © 2001-2011 MultiMedia Soft

VstParamChanged event

Previous pageReturn to chapter overviewNext page

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