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

Rewrite ;name

This commit is contained in:
Paul Licameli
2018-03-01 14:36:17 -05:00
parent ff3a869e83
commit a13827e024
26 changed files with 29 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
;version 4
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Vocal Reduction and Isolation..."
$name (_"Vocal Reduction and Isolation...")
;manpage "Vocal_Reduction_and_Isolation"
;action "Applying Action..."
;author "Robert Haenggi"
@@ -238,4 +238,4 @@ bar-x bar-y s-xy s-x2 s-y2 (sqrt s-x2) (sqrt s-y2) r r2 (* s-y2 (- 1 r2)) a0 a1)
(setf *map* (snd-pwl 0 10000 (list 0 0.5 10000 0.0 20000 -0.5 20001)))
(setf *norm* 1.0)
(expand 120); remove for lower efficiency/more conservative memory management
(catalog)
(catalog)