Searched refs:B_MIDI_EVENT (Results 1 – 7 of 7) sorted by relevance
20 #define B_MIDI_EVENT 'MIDI' macro
504 msg->what = B_MIDI_EVENT; in ChangeEvent()526 notify.what = B_MIDI_EVENT; in ConnectionEvent()
21 \var B_MIDI_EVENT193 The notifications are BMessages with code B_MIDI_EVENT. You specify the366 case B_MIDI_EVENT:
414 - When you call StartWatching(), you should receive B_MIDI_EVENT426 receive properly formatted B_MIDI_EVENT notifications when the other433 receive properly formatted B_MIDI_EVENT notifications when the apps440 any. Verify that you no longer receive B_MIDI_EVENT notifications for445 "unregistered" B_MIDI_EVENT to let the client know that this endpoint
59 between server and libmidi, not the B_MIDI_EVENT messages you receive592 The relationship between midi_server messages and B_MIDI_EVENT657 before the B_MIDI_EVENT messages are sent to any watchers.
60 Except for the fields in the B_MIDI_EVENT notification messages,75 sends out corresponding B_MIDI_EVENT notifications. Finally, the298 BMessenger, and sends it B_MIDI_EVENT notifications for all
79 case B_MIDI_EVENT: in MessageReceived()