mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Track view awareness removed from Spectral Edit effects as demanded by
Paul Licameli.
This commit is contained in:
@@ -45,7 +45,4 @@
|
||||
(T (sum (prod env (wet sig f0 f1 fc))
|
||||
(prod (diff 1.0 env) sig))))))
|
||||
|
||||
(if (string-not-equal (get '*TRACK* 'VIEW) "spectral" :end1 8 :end2 8)
|
||||
"Use this effect in the 'Spectral Selection'\nor 'Spectral Selection log(f)' view."
|
||||
(catch 'error-message
|
||||
(multichan-expand #'result *track*)))
|
||||
(catch 'error-message (multichan-expand #'result *track*))
|
||||
|
Reference in New Issue
Block a user