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

  /src/sys/sys/
midiio.h 588 #define SEQ_MK_TIMING(_op,...) \
603 #define SEQ_MK_TIMING(_op,_args...) \
627 write(fd, &SEQ_MK_TIMING(START), sizeof (seq_event_t));
641 e = SEQ_MK_TIMING(START);
642 e = SEQ_MK_TIMING(STOP);
643 e = SEQ_MK_TIMING(CONTINUE);
659 e = SEQ_MK_TIMING(WAIT_ABS, .divisions=192);
660 e = SEQ_MK_TIMING(WAIT_REL, .divisions=192);
665 e = SEQ_MK_TIMING(TEMPO, .bpm=84);
671 e = SEQ_MK_TIMING(ECHO, .cookie=0xfeedface)
    [all...]
  /src/usr.bin/midiplay/
midiplay.c 240 ev = SEQ_MK_TIMING(TEMPO,
253 send_event(&SEQ_MK_TIMING(START));
258 ev = SEQ_MK_TIMING(TIMESIG,
516 send_event(&SEQ_MK_TIMING(TEMPO,
592 send_event(&SEQ_MK_TIMING(WAIT_REL,
  /src/sys/dev/
sequencer.c 608 seq_input_event(sc, &SEQ_MK_TIMING(WAIT_ABS, .divisions=t));
824 error = seq_do_timing(sc, &SEQ_MK_TIMING(START));
828 error = seq_do_timing(sc, &SEQ_MK_TIMING(STOP));
832 error = seq_do_timing(sc, &SEQ_MK_TIMING(CONTINUE));
837 &SEQ_MK_TIMING(TEMPO, .bpm=*(int *)addr));
1382 *ev = SEQ_MK_TIMING(WAIT_ABS, .divisions=tmp_delay);
1390 *ev = SEQ_MK_TIMING(RESET);

Completed in 13 milliseconds