VST.InstrumentFree method |
|
Remarks
Frees the VST instrument plugin.
For further details about methods related to the use of VST effects refer to the VST COM object.
For further details about managing a VST effect refer to the How to manage VST effects tutorial.
Syntax
[Visual Basic] control.VST.InstrumentFree ( nPlayer as Integer ) as Long |
[C++] long control.VST.InstrumentFree ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the player that hosts the VST instrument |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful. |