Home | History | Annotate | Download | only in midiplay

Lines Matching refs:unit

170 static int unit = 0;
290 send_event(&SEQ_MK_SYSEX0(unit, 0x7e, 0x7f, 0x09, 0x01, 0xf7, 0xff));
322 send_event(&SEQ_MK_SYSEX0(unit,
330 event = SEQ_MK_SYSEX(unit);
351 send_event(&SEQ_MK_SYSEX0(unit, p[0], p[1], p[2], p[3], p[4], p[5]));
360 event = SEQ_MK_SYSEX(unit);
412 /* verify that the requested midi unit exists */
413 info.device = unit;
421 printf(" on %s (unit %d)...", info.name, info.device);
560 send_event(&SEQ_MK_CHN(PGM_CHANGE, .device=unit,
627 send_event(&SEQ_MK_CHN(NOTEOFF, .device=unit,
631 send_event(&SEQ_MK_CHN(NOTEON, .device=unit,
636 .device=unit, .channel=chan,
641 .device=unit, .channel=chan,
647 .device=unit, .channel=chan,
652 .device=unit, .channel=chan, .pressure=msg[0]));
656 .device=unit, .channel=chan,
673 .device=unit,
719 errx(1, "bad midi unit -- %s", osunit);
738 unit = parse_unit(sunit);
743 unit = parse_unit(optarg);