Home
last modified time | relevance | path

Searched refs:old_tempo (Results 1 – 7 of 7) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/StaffMenu/InsertStaff/MIDI/
H A DCreateClickStaffForMidi.scm16 (define (writeAllBars duration tempo old_tempo)
29 (if (or (not old_tempo) (not (equal? (list-ref tempo 3) (list-ref old_tempo 3))))
46 (define old_tempo #f)
69 (writeAllBars duration tempo old_tempo)
70 (set! old_tempo tempo)
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidifile.c288 unsigned long old_tempo = Mf_currtempo; in find_tempo() local
292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i]; in find_tempo()
298 printf("[past %lu, old_tempo %lu]\n", tempo_history_time[i], old_tempo); in find_tempo()
301 return(old_tempo); in find_tempo()
/dports/audio/drumstick/drumstick-2.5.0/library/file/
H A Dqsmf.cpp916 quint64 result, old_tempo, new_tempo; in findTempo() local
918 old_tempo = d->m_CurrTempo; in findTempo()
926 old_tempo = rec.tempo; in findTempo()
937 result = old_tempo; in findTempo()
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dseqdriver.cpp381 double old_tempo = tempo;
390 tempo = old_tempo;
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dmpu401.cpp85 Bit8u tempo,old_tempo; member
579 mpu.clock.tempo=mpu.clock.old_tempo=100; in MPU401_Reset()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/hardware/
H A Dmpu401.cpp88 Bit8u tempo,old_tempo; member
601 mpu.clock.tempo=mpu.clock.old_tempo=100; in MPU401_Reset()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dgui.c1840 static gint old_tempo = 0;
1842 if (tempo != old_tempo) {
1845 old_tempo = tempo;