midirecord.c | 73 static int tempo = 120; variable in typeref:typename:int 157 decode_int(optarg, &tempo); 232 /* set the tempo */ 233 if (ioctl(midifd, SEQUENCER_TMR_TEMPO, &tempo) < 0) { 235 warn("SEQUENCER_TMR_TIMEBASE: tempo %d", tempo); 237 err(1, "SEQUENCER_TMR_TIMEBASE: tempo %d", tempo); 245 fprintf(stderr, "tempo=%d notes_per_beat=%u\n", 246 tempo, notes_per_beat) [all...] |