Enum ALVSTHost.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: ALVSTHost
Contents |
Syntax
Delphi:
type TALVSTPrecision = (vstpCurrent, vstp32, vstp64);
C++ Builder:
enum TALVSTPrecision {vstpCurrent, vstp32, vstp64};
Visual C++ (MFC):
enum CTALVSTPrecision {vstpCurrent, vstp32, vstp64};
Summary
VST floating point precision enumeration.
Description
Defines the types of VST floating point precision enumeration.
Values
vstpCurrent | No change in the floating point precision. |
vstp32 | 32 bit floating point precision. |
vstp64 | 64 bit floating point precision. |