Jamoma API
0.6.0.a19
|
TTMidiOutput sends MIDI to an external device. More...
#include <TTMidiOutput.h>
Public Attributes | |
TTSymbol | mDevice |
attr: selected device name | |
const PmDeviceInfo * | mDeviceInfo |
selected device info struct | |
PmDeviceID | mID |
selected device ID number | |
PortMidiStream * | mStream |
a descriptor for a MIDI device that is opened when the device is set | |
TTMidiOutput sends MIDI to an external device.
It is a wrapper around the PortMidi library.
Definition at line 21 of file TTMidiOutput.h.