|
iPlug2 - C++ Audio Plug-in Framework
|
MIDI and sysex structs/utilites. More...
#include <cassert>#include <cstdint>#include <cstdio>#include <algorithm>#include "IPlugLogger.h"Go to the source code of this file.
Classes | |
| struct | IMidiMsg |
| Encapsulates a MIDI message and provides helper functions. More... | |
| struct | ISysEx |
| A struct for dealing with SysEx messages. More... | |
| class | IMidiQueueBase< T > |
| A class to help with queuing timestamped MIDI messages. More... | |
Macros | |
| #define | DEFAULT_BLOCK_SIZE 512 |
Typedefs | |
| using | IMidiQueue = IMidiQueueBase< IMidiMsg > |
MIDI and sysex structs/utilites.
Definition in file IPlugMidi.h.
| #define DEFAULT_BLOCK_SIZE 512 |
Definition at line 675 of file IPlugMidi.h.
| using IMidiQueue = IMidiQueueBase<IMidiMsg> |
Definition at line 810 of file IPlugMidi.h.