mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Removing Cross Fade In and Out from Windows build
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
;nyquist plug-in
|
||||
;version 2
|
||||
;type process
|
||||
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
|
||||
;name "Cross Fade In"
|
||||
;action "Cross-Fading In..."
|
||||
;author "Audacity"
|
||||
;copyright "Unknown"
|
||||
|
||||
(mult s (control-srate-abs *sound-srate* (s-sqrt (pwlv 0 1 1))))
|
@@ -1,12 +0,0 @@
|
||||
;nyquist plug-in
|
||||
;version 2
|
||||
;type process
|
||||
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
|
||||
;name "Cross Fade Out"
|
||||
;action "Cross-Fading Out..."
|
||||
;author "Audacity"
|
||||
;copyright "Unknown"
|
||||
|
||||
(mult s (snd-exp
|
||||
(snd-scale 0.5 (snd-log
|
||||
(sum 1 (snd-scale -1 (ramp)))))))
|
Reference in New Issue
Block a user