VSTs store persistent data between calls using vstSetDataLong and vstGetDataLong.
PROCEDURE vstGetDataLong(
inDataID : LONGINT;
VAR outData : LONGINT;
VAR result : BOOLEAN);def vs.vstGetDataLong(inDataID):
return (outData, result)| Name | Type | Description |
|---|---|---|
| inDataID | LONGINT | |
| outData | LONGINT | Output parameter. |
| result | BOOLEAN | Output parameter. |
Availability: from All Versions
This is drop-in function.