mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Update label-sounds.ny
This commit is contained in:
parent
29c7133dd9
commit
dad9823ed2
@ -160,7 +160,7 @@ $control text (_ "Label text") string "" (_ "Sound ##1")
|
||||
snd-list)
|
||||
(incf label-count)
|
||||
(when (= label-count max-labels)
|
||||
(format t (_ "Too many silences detected.\nOnly the first 10000 labels added."))
|
||||
(format t (_ "Too many silences detected.~%Only the first 10000 labels added."))
|
||||
(return-from find-sounds snd-list))
|
||||
(setf snd-count 0)) ;Pushed to list, so reset sound sample counter.
|
||||
(when (> snd-count 0) ;Sound is shorter than snd-dur, so keep counting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user