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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user