#include <MidiIO.h>
Public Member Functions | |
| bool | setEnabled (bool state) |
| bool | isEnabled () const |
| void | setMidiNetworkEnabled (bool state) |
| bool | isMidiNetworkEnabled () const |
| void | setMidiNetworkPolicy (NSUInteger policy) |
| NSUInteger | getMidiNetworkPolicy () const |
| void | addProcessor (IMidiProcessor *processor) |
| void | removeProcessor (IMidiProcessor *processor) |
Static Public Member Functions | |
| static MidiIO & | instance () |
| static MidiIO& instance | ( | ) | [static] |
| bool setEnabled | ( | bool | state | ) |
| bool isEnabled | ( | ) | const |
| void setMidiNetworkEnabled | ( | bool | state | ) |
| bool isMidiNetworkEnabled | ( | ) | const |
| void setMidiNetworkPolicy | ( | NSUInteger | policy | ) |
| NSUInteger getMidiNetworkPolicy | ( | ) | const |
| void addProcessor | ( | IMidiProcessor * | processor | ) |
| void removeProcessor | ( | IMidiProcessor * | processor | ) |