1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Removed Windows debugging commands accidentally left in. Play-at-speed should now work on NoteTracks if EXPERIMENTAL_MIDI_OUT is defined.

This commit is contained in:
rbdannenberg
2010-10-06 04:55:14 +00:00
parent 0d84a2d934
commit f52bafbf05
3 changed files with 1 additions and 7 deletions

View File

@@ -1043,7 +1043,7 @@ Your id please: ")
(actual-dur (get-duration duration)))
(setf min-dur (+ t1 t2 t4 0.002))
(cond ((< actual-dur min-dur)
(setf ratio (/ t1 (+ t1 t4)))
(setf ratio (/ t1 (float (+ t1 t4))))
(setf t1 (* ratio actual-dur))
(setf t2 (- actual-dur t1))
(setf t3 0.0)