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

  /src/usr.bin/midiplay/
midiplay.c 311 * even if the last is not MIDI_SYSEX_END. So, we need to be careful
329 if (MIDI_SYSEX_END == bf[svsysex-1]) {
344 insysex = (MIDI_SYSEX_END != p[l-1]);
618 if (insysex && tp->status != MIDI_SYSEX_END) {
664 } else if (tp->status == MIDI_SYSEX_END) {
  /src/sys/sys/
midiio.h 256 #define MIDI_SYSEX_END 0xF7
753 * last must end with MIDI_SYSEX_END (0xf7), and only the last may carry
758 e = SEQ_MK_SYSEX(1,[0]=MIDI_SYSEX_START,1,2,MIDI_SYSEX_END);
  /src/sys/dev/
sequencer.c 1187 if (i < 6 || (i > 0 && bf[i-1] == MIDI_SYSEX_END))
1648 c = MIDI_SYSEX_END;

Completed in 14 milliseconds