HomeSort by: relevance | last modified time | path
    Searched defs:ttempo (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/midiplay/
midiplay.c 169 static u_int ttempo = 100; variable in typeref:typename:u_int
241 .bpm=(60000000. / usperbeat) * (ttempo / 100.) + 0.5);
245 usperbeat, ttempo, ev.t_TEMPO.bpm);
517 .bpm=(12*divfmt) * (ttempo/100.) + 0.5));
764 ttempo = atoi(optarg);
midiplay.c 169 static u_int ttempo = 100; variable in typeref:typename:u_int
241 .bpm=(60000000. / usperbeat) * (ttempo / 100.) + 0.5);
245 usperbeat, ttempo, ev.t_TEMPO.bpm);
517 .bpm=(12*divfmt) * (ttempo/100.) + 0.5));
764 ttempo = atoi(optarg);

Completed in 123 milliseconds