deviceman.h
MidiOut * deviceForChannel(int chn)
It's possible to send different MIDI channels to different MIDI devices, so that you can for example ...
Definition deviceman.h:217
int midiPorts(void)
Returns the number of MIDI ports available on the system.
Definition deviceman.h:504
int usingAlsa(void)
Returns true if it's running ALSA and false if OSS is being run.
Definition deviceman.h:239
int deviceNumberForChannel(int chn)
Returns the device number associated with a given channel.
Definition deviceman.h:223
int synthDevices(void)
Returns the number of internal synthesizers available on the system.
Definition deviceman.h:515
A Midi Mapper class which defines the way MIDI events are translated (or "mapped") to different ones.
Definition midimapper.h:60