1#ifndef XXMidiInterfaceOutputH
2#define XXMidiInterfaceOutputH
#define XXMUSIC_DECLSPEC
Definition XXMusicExportDef.h:11
virtual void sendBuffer(const Bytes &message)=0
virtual bool isOpen() const
void sendControllerChange(const Midi::Channel &channel, const Midi::ControllerMessage &controllerMessage, const uchar &value)
void sendNoteOff(const Midi::Channel &channel, const Note ¬e)
void sendNoteOn(const Midi::Channel &channel, const Note ¬e, const Midi::Velocity &velocity)
musical note
Definition XXNote.h:15
ControllerMessage
midi control messages
Definition XXMidiCommon.h:99
uchar Velocity
Definition XXMidiCommon.h:22
QList< uchar > Bytes
Definition XXMidiCommon.h:11
uchar Channel
Definition XXMidiCommon.h:19
Definition XXMidiInterfaceInput.h:12
Definition XXMidiCommon.h:17
Definition XXPopulatedAbstract.h:11