|
VST 3 Examples
VST 3.6.5
SDK for developing VST Plug-in
|
#include "pluginterfaces/vst/ivstaudioprocessor.h"#include "pluginterfaces/vst/ivstevents.h"#include "base/source/fdebug.h"#include <algorithm>Data Structures | |
| class | VoiceProcessor |
| A Voice Processor class. More... | |
| class | VoiceProcessorImplementation< Precision, VoiceClass, numChannels, maxVoices, GlobalParameterStorage > |
| A Simple Voice Processor Implementation supporting note expression events. More... | |
Namespaces | |
| Steinberg | |
| Steinberg::Vst | |
Macros | |
| #define | DEBUG_LOG DEVELOPMENT |
| #define | VOICEPROCESSOR_BLOCKSIZE 32 |
| #define DEBUG_LOG DEVELOPMENT |
| #define VOICEPROCESSOR_BLOCKSIZE 32 |