HomeSort by: relevance | last modified time | path
    Searched refs:MIDI_SYSEX_START (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
midiio.h 255 #define MIDI_SYSEX_START 0xF0
752 * The first such message must begin with MIDI_SYSEX_START (0xf0), the
758 e = SEQ_MK_SYSEX(1,[0]=MIDI_SYSEX_START,1,2,MIDI_SYSEX_END);
  /src/usr.bin/midiplay/
midiplay.c 661 if (tp->status == MIDI_SYSEX_START) {
  /src/sys/dev/
sequencer.c 1180 midiseq_out(md, (uint8_t[]){MIDI_SYSEX_START}, 1, 0);
1611 if (c != MIDI_SYSEX_START) /* must start like this */

Completed in 15 milliseconds