1
0
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:
Steve Daulton
2015-07-22 09:19:12 +01:00
parent aa54699cf4
commit 4d0e8f6c76
3 changed files with 10 additions and 39 deletions

View File

@@ -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*))