iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes | Macros
MidiSynth.h File Reference
#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
 

Detailed Description

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.

Macro Definition Documentation

◆ DEBUG_VOICE_COUNT

#define DEBUG_VOICE_COUNT   0

Definition at line 31 of file MidiSynth.h.