Namespaces | |
| namespace | BPrivate |
Classes | |
| class | BMidiRoster |
| Interface to the system-wide Midi Roster. More... | |
Defines | |
| #define | B_MIDI_EVENT 'MIDI' |
| BMessage identifier of MIDI messages. | |
Enumerations | |
| enum | BMidiOp { B_MIDI_NO_OP, B_MIDI_REGISTERED, B_MIDI_UNREGISTERED, B_MIDI_CONNECTED, B_MIDI_DISCONNECTED, B_MIDI_CHANGED_NAME, B_MIDI_CHANGED_LATENCY, B_MIDI_CHANGED_PROPERTIES } |
| Defines the status codes for MIDI Server notification messages. More... | |
| enum BMidiOp |
Defines the status codes for MIDI Server notification messages.
These codes are used when you request notification as in BMidiRoster::StartWatching(). Check against these codes to determine what is happening. See the StartWatching() method for a more complete description of the codes and their meaning.