| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include "plug.h"#include "plugcontroller.h"#include "plugcids.h"#include "version.h"#include "public.sdk/source/main/pluginfactory.h"| Macros | |
| #define | stringPluginName "Test Prefetchable Support" | 
| Functions | |
| BEGIN_FACTORY_DEF ("Steinberg Media Technologies","http://www.steinberg.net","mailto:info@steinberg.de") DEF_CLASS2(INLINE_UID_FROM_FUID(PlugProcessorUID) | |
| Variables | |
| kVstAudioEffectClass | |
| Test Prefetchable | Support | 
| Test Prefetchable | Fx | 
| Test Prefetchable | FULL_VERSION_STR | 
| Test Prefetchable | kVstVersionString | 
| #define stringPluginName "Test Prefetchable Support" | 
| BEGIN_FACTORY_DEF | ( | "Steinberg Media Technologies" | , | 
| "http://www.steinberg.net" | , | ||
| "mailto:info@steinberg.de" | |||
| ) | 
| kVstAudioEffectClass | 
| Test Prefetchable Support | 
| Test Prefetchable Fx | 
| Test Prefetchable FULL_VERSION_STR | 
| Test Prefetchable kVstVersionString |