mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Rewrite ;name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
;version 1
|
||||
;type process
|
||||
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
|
||||
;name "Studio Fade Out"
|
||||
$name (_"Studio Fade Out")
|
||||
;manpage "Fades#studio_fadeout"
|
||||
;action "Applying Fade..."
|
||||
;author "Steve Daulton"
|
||||
@@ -42,4 +42,4 @@
|
||||
((< len 3) "Selection too short.\nIt must be more than 2 samples.")
|
||||
((< dur 0.2) (mult s (r-cos dur)))
|
||||
(t (mult (filter s dur)(r-cos dur)))))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user