18 #ifndef RAUL_MIDI_SINK_HPP
19 #define RAUL_MIDI_SINK_HPP
22 #include <raul/TimeStamp.hpp>
23 #include <raul/Deletable.hpp>
34 const uint8_t* ev)
throw (std::logic_error) = 0;
40 #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:30
A real-time time stamp (possible units: frame, absolute (s), or beat).
Definition: TimeStamp.hpp:78