synthout.h
void chnPitchBender(uchar chn, uchar lsb, uchar msb)
See MidiOut::chnPitchBender()
Definition: synthout.cpp:177
void keyPressure(uchar chn, uchar note, uchar vel)
See MidiOut::keyPressure()
Definition: synthout.cpp:160
void chnPatchChange(uchar chn, uchar patch)
See MidiOut::chnPatchChange()
Definition: synthout.cpp:165
void sysex(uchar *data, ulong size)
It's an empty function, as AWE devices don't support System Exclusive messages.
Definition: synthout.cpp:195
void chnController(uchar chn, uchar ctl, uchar v)
See MidiOut::chnController()
Definition: synthout.cpp:183