|
iPlug2 - C++ Audio Plug-in Framework
|
#include <array>#include <vector>#include <stdint.h>#include "ptrlist.h"#include "IPlugConstants.h"#include "IPlugMidi.h"#include "IPlugLogger.h"#include "SynthVoice.h"#include "VoiceAllocator.h"Go to the source code of this file.
Classes | |
| class | MidiSynth |
| A monophonic/polyphonic synthesiser base class which can be supplied with a custom voice. More... | |
Macros | |
| #define | DEBUG_VOICE_COUNT 0 |
A monophonic/polyphonic synthesiser base class which can be supplied with a custom voice.
Supports different kinds of after touch, pitch bend, velocity and after touch curves, unison (currently monophonic mode only)
Definition in file MidiSynth.h.
| #define DEBUG_VOICE_COUNT 0 |
Definition at line 31 of file MidiSynth.h.