Lines Matching defs:ticks
72 static int ticks = 0;
240 duration = ticks * 4 / ts_div;
288 snd_seq_queue_tempo_set_ppq(tempo, ticks);
293 * number of ticks/s.
298 snd_seq_queue_tempo_set_ppq(tempo, 12 * ticks);
302 snd_seq_queue_tempo_set_ppq(tempo, 10 * ticks);
306 snd_seq_queue_tempo_set_ppq(tempo, 2997 * ticks);
310 snd_seq_queue_tempo_set_ppq(tempo, 15 * ticks);
639 time_division = ticks;
709 " -t,--ticks=ticks resolution in ticks per beat or frame\n"
737 {"ticks", 1, NULL, 't'},
786 ticks = atoi(optarg);
787 if (ticks < 1 || ticks > 0x7fff)
788 fatal("Invalid number of ticks");
828 if (!ticks)
829 ticks = smpte_timing ? 40 : 384;
830 if (smpte_timing && ticks > 0xff)
831 ticks = 0xff;