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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event VstParamChanged As VstParamChangedEventHandler


 

[C#]

public event VstParamChangedEventHandler VstParamChanged;


 

[C++]

public: __event VstParamChangedEventHandler VstParamChanged;


 

 

Event Data

 

The event handler receives an argument of type VstParamChangedEventArgs having the following parameters:

 

Parameters

Description

 

 

nIdVST

Unique identifier of the VST effect as returned by the Effects.VstLoad method.