Home
last modified time | relevance | path

Searched refs:MIDI_NOTEON (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/sys/
Dmidiio.h244 #define MIDI_NOTEON 0x90 macro
633 case MIDI_NOTEON:
/netbsd/src/sys/dev/
Dsequencer.c568 case MIDI_NOTEON: /* midi(4) always canonicalizes hidden note-off */ in seq_softintr()
1097 case MIDI_NOTEON: /* no need to special-case hidden noteoff here */ in seq_do_chnvoice()
1526 MIDI_NOTEON | chan, key, ev->c_NOTEON.velocity & 0x7f}, 3, 1); in midiseq_noteon()
Dmidisyn.c373 case MIDI_NOTEON: in midisyn_channelmsg()
/netbsd/src/usr.bin/midiplay/
Dmidiplay.c630 case MIDI_NOTEON: in playdata()