Lines Matching defs:note
568 case MIDI_NOTEON: /* midi(4) always canonicalizes hidden note-off */
1269 /* (24 MIDI clocks are usually but not always a quarter note) */
1318 * NOTE: on entry, *ev may contain valid data only in the first 4 bytes.
1325 int cmd, chan, note, parm;
1333 note = *bfp++;
1335 DPRINTFN(3, ("seq_to_new: 0x%02x %d %d %d\n", cmd, chan, note, parm));
1366 .device=0, .channel=chan, .key=note, .velocity=parm);
1394 .device=0, .channel=chan, .program=note);
1517 * If the writing process hands us a hidden note-off in a note-on event,