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

  /src/sys/sys/
midiio.h 244 #define MIDI_NOTEON 0x90
633 case MIDI_NOTEON:
  /src/usr.bin/midirecord/
midirecord.c 516 case MIDI_NOTEON:
517 buffer[0] = MIDI_NOTEON | e.c_NOTEON.channel;
521 LOG("MIDI_NOTEON: channel %x key %x velocity %x",
  /src/sys/dev/
sequencer.c 568 case MIDI_NOTEON: /* midi(4) always canonicalizes hidden note-off */
1097 case MIDI_NOTEON: /* no need to special-case hidden noteoff here */
1526 MIDI_NOTEON | chan, key, ev->c_NOTEON.velocity & 0x7f}, 3, 1);
midisyn.c 373 case MIDI_NOTEON:
  /src/usr.bin/midiplay/
midiplay.c 630 case MIDI_NOTEON:

Completed in 15 milliseconds