1
0
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:
lllucius
2014-12-02 08:01:04 +00:00
parent 7a9a7b673b
commit a657336f79
4 changed files with 1335 additions and 1364 deletions

View File

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

View File

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