Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 594 Bytes

File metadata and controls

31 lines (24 loc) · 594 Bytes

vstGetDataLong

Description

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)

Parameters

Name Type Description
inDataID LONGINT
outData LONGINT Output parameter.
result BOOLEAN Output parameter.

Version

Availability: from All Versions

This is drop-in function.

Category