Home
last modified time | relevance | path

Searched refs:B_MIDI_EVENT (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/midi2/
H A DMidiRoster.h20 #define B_MIDI_EVENT 'MIDI' macro
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp504 msg->what = B_MIDI_EVENT; in ChangeEvent()
526 notify.what = B_MIDI_EVENT; in ConnectionEvent()
/haiku/docs/user/midi2/
H A DMidiRoster.dox21 \var B_MIDI_EVENT
193 The notifications are BMessages with code B_MIDI_EVENT. You specify the
366 case B_MIDI_EVENT:
/haiku/docs/develop/midi/
H A Dtesting.rst414 - When you call StartWatching(), you should receive B_MIDI_EVENT
426 receive properly formatted B_MIDI_EVENT notifications when the other
433 receive properly formatted B_MIDI_EVENT notifications when the apps
440 any. Verify that you no longer receive B_MIDI_EVENT notifications for
445 "unregistered" B_MIDI_EVENT to let the client know that this endpoint
H A Doldprotocol.rst59 between server and libmidi, not the B_MIDI_EVENT messages you receive
592 The relationship between midi_server messages and B_MIDI_EVENT
657 before the B_MIDI_EVENT messages are sent to any watchers.
H A Ddesign.rst60 Except for the fields in the B_MIDI_EVENT notification messages,
75 sends out corresponding B_MIDI_EVENT notifications. Finally, the
298 BMessenger, and sends it B_MIDI_EVENT notifications for all
/haiku/src/apps/patchbay/
H A DPatchView.cpp79 case B_MIDI_EVENT: in MessageReceived()