Lines Matching refs:note
193 if (ev->data.note.velocity)
194 printf("Note on %2d, note %d, velocity %s\n",
195 channel_number(ev->data.note.channel),
196 ev->data.note.note,
197 midi1_data(ev->data.note.velocity));
199 printf("Note off %2d, note %d\n",
200 channel_number(ev->data.note.channel),
201 ev->data.note.note);
204 printf("Note off %2d, note %d, velocity %s\n",
205 channel_number(ev->data.note.channel),
206 ev->data.note.note,
207 midi1_data(ev->data.note.velocity));
210 printf("Polyphonic aftertouch %2d, note %d, value %s\n",
211 channel_number(ev->data.note.channel),
212 ev->data.note.note,
213 midi1_data(ev->data.note.velocity));
397 printf("Note off %2d, note %d, velocity %s",
398 channel, m->note_off.note,
402 printf("Note on %2d, note %d, velocity %s",
403 channel, m->note_off.note,
407 printf("Poly pressure %2d, note %d, value %s",
408 channel, m->poly_pressure.note,
517 printf("Per-note RCC %2d, note %u, index %u, value 0x%x",
518 channel, m->per_note_rcc.note,
522 printf("Per-note ACC %2d, note %u, index %u, value 0x%x",
523 channel, m->per_note_acc.note,
543 printf("Per-note pitchbend %2d, note %d, value %s",
544 channel, m->per_note_pitchbend.note,
548 printf("Note off %2d, note %d, velocity %s, attr type = %d, data = 0x%x",
549 channel, m->note_off.note,
554 printf("Note on %2d, note %d, velocity %s, attr type = %d, data = 0x%x",
555 channel, m->note_off.note,
560 printf("Poly pressure %2d, note %d, value %s",
561 channel, m->poly_pressure.note,
587 printf("Per-note management %2d, value 0x%x",