| VST 3 Examples
    VST 3.7
    SDK for developing VST plug-in | 
#include "note_expression_synth_ui.h"#include "vstgui/contrib/keyboardview.h"#include "vstgui/plugin-bindings/vst3groupcontroller.h"#include "vstgui/plugin-bindings/vst3padcontroller.h"#include "base/source/fstreamer.h"#include "pluginterfaces/vst/ivstevents.h"#include "pluginterfaces/vst/ivstinterappaudio.h"#include "pluginterfaces/vst/ivstpluginterfacesupport.h"#include <cassert>| Namespaces | |
| namespace | Steinberg | 
| namespace | Steinberg::Vst | 
| namespace | Steinberg::Vst::NoteExpressionSynth | 
| Enumerations | |
| enum | { kParamMIDILearn = kNumGlobalParameters, kParamEnableMPE } |