1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Whitespace corrections in Nyquist plug-ins

This commit is contained in:
SteveDaulton
2021-01-29 11:42:13 +00:00
parent 2ecc98225f
commit e5ca3cefba
6 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ $control preset (_ "Handy Presets (override controls)") choice (("None" (_ "None
((or (> x 100)(> y 100))
(throw 'err (format nil (_ "~adB values cannot be more than +100 dB.~%~%~
Hint: 6 dB doubles the amplitude~%~
-6 dB halves the amplitude.") err))))))
-6 dB halves the amplitude.") err))))))
;;; Select and apply fade
(defun fade (sig type curve g0 g1)