VST 3 Examples
VST 3.6.14
SDK for developing VST Plug-in
|
Macros | |
#define | MAJOR_VERSION_STR "1" |
#define | MAJOR_VERSION_INT 1 |
#define | SUB_VERSION_STR "0" |
#define | SUB_VERSION_INT 0 |
#define | RELEASE_NUMBER_STR "0" |
#define | RELEASE_NUMBER_INT 0 |
#define | BUILD_NUMBER_STR "1" |
#define | BUILD_NUMBER_INT 1 |
#define | FULL_VERSION_STR "1.0.0" |
#define | VERSION_STR FULL_VERSION_STR |
#define | stringPluginName "mda" |
#define | stringOriginalFilename stringPluginName".vst3" |
#define | stringFileDescription "VST3 version of MDA Plug-ins (64Bit)" |
#define | stringCompanyName "mda" |
#define | stringLegalCopyright "© 2019 Steinberg Media Technologies" |
#define | stringLegalTrademarks "VST is a trademark of Steinberg Media Technologies GmbH" |
#define MAJOR_VERSION_STR "1" |
#define MAJOR_VERSION_INT 1 |
#define SUB_VERSION_STR "0" |
#define SUB_VERSION_INT 0 |
#define RELEASE_NUMBER_STR "0" |
#define RELEASE_NUMBER_INT 0 |
#define BUILD_NUMBER_STR "1" |
#define BUILD_NUMBER_INT 1 |
#define FULL_VERSION_STR "1.0.0" |
#define VERSION_STR FULL_VERSION_STR |
#define stringPluginName "mda" |
#define stringOriginalFilename stringPluginName".vst3" |
#define stringFileDescription "VST3 version of MDA Plug-ins (64Bit)" |
#define stringCompanyName "mda" |
#define stringLegalCopyright "© 2019 Steinberg Media Technologies" |
#define stringLegalTrademarks "VST is a trademark of Steinberg Media Technologies GmbH" |