VST 3 SDK
VST 3.7
SDK for developing VST plug-in
|
#include <cstdint>
#include <cstdlib>
#include <memory>
Classes | |
struct | Handler |
struct | Setup |
class | Processor |
Namespaces | |
Steinberg | |
Steinberg::Vst | |
Steinberg::Vst::MPE | |
Typedefs | |
using | NoteID = int32_t |
using | Pitch = uint32_t |
using | Channel = uint32_t |
using | Velocity = float |
using | NormalizedValue = double |
Enumerations | |
enum | Controller { Pressure, X, Y, None } |
enum | InputMIDIMessage { MIDICC_0 = 0, MIDICC_127 = 127, ChannelPressure = 128, PitchBend = 129, Aftertouch = 130 } |