#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <sstream>
#include <stdint.h>
#include "evoral/midi_events.h"
#include "evoral/types.h"
#include "evoral/visibility.h"
Go to the source code of this file.
◆ EVORAL_EVENT_ALLOC
#define EVORAL_EVENT_ALLOC 1 |
If this is not defined, all methods of MidiEvent are RT safe but MidiEvent will never deep copy and (depending on the scenario) may not be usable in STL containers, signals, etc.
Definition at line 41 of file Event.h.