Copyright © 2008-2019 MultiMedia Soft

VstParamChanged event

Previous pageReturn to chapter overviewNext page

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.