Enum ALVSTBasicHost.TALVSTPrecision
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALVSTBasicHost
Contents |
Syntax
Delphi:
type TALVSTPrecision = (vstp32, vstp64);
C++ Builder:
enum TALVSTPrecision {vstp32, vstp64};
Visual C++ (MFC):
enum CTALVSTPrecision {vstp32, vstp64};
Summary
VST floating point precision enumeration.
Description
Defines the types of VST floating point precision enumeration.
Values
vstp32 | 32 bit floating point precision. |
vstp64 | 64 bit floating point precision. |