Copyright © 2001-2019 MultiMedia Soft

VstParamChangedValue 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]

VstParamChangedValue (

ByVal nPlayer as Integer,

ByVal nIdVst as Long,

ByVal nParamIndex as Long,

ByVal fValue as Single

)


 

[C++]

void VstParamChangedValue (

short nPlayer,

long nIdVst,

long nParamIndex,

float fValue

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event

nIdVst

Unique identifier of the VST

nParamIndex

Number representing the zero-based index of the changed parameter

fValue

Number representing the new value of the parameter