18 #ifndef RAUL_MIDI_SINK_HPP 19 #define RAUL_MIDI_SINK_HPP 22 #include "raul/TimeStamp.hpp" 23 #include "raul/Deletable.hpp" 35 const uint8_t* ev) = 0;
41 #endif // RAUL_MIDI_SINK_HPP Something with a virtual destructor.
Definition: Deletable.hpp:28
Pure virtual base for anything you can write MIDI to.
Definition: MIDISink.hpp:31
A real-time time stamp (possible units: frame, absolute (s), or beat).
Definition: TimeStamp.hpp:80