mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 01:23:38 +02:00
Usage of _ in Nyquist program bodies
This commit is contained in:
@@ -18,6 +18,7 @@ $control thresval (_"Threshold Percentage") int "" 65 5 100
|
||||
(setq thres (* (/ thresval 100.0) max))
|
||||
(setq s2 (signal))
|
||||
(do ((c 0.0) (l NIL) (p T) (v (snd-fetch s2))) ((not v) l)
|
||||
; "B" seems too short to put into the i18n catalog. Make it a control?
|
||||
(if (and p (> v thres)) (setq l (cons (list c "B") l)))
|
||||
(setq p (< v thres))
|
||||
(setq c (+ c 0.001))
|
||||
|
Reference in New Issue
Block a user