mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 17:41:14 +01: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)))))))
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1661,6 +1661,7 @@
|
||||
<ClInclude Include="..\..\..\src\effects\NoiseReduction.h">
|
||||
<Filter>src/effects</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\AudioIOListener.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\audacity.ico">
|
||||
@@ -1811,12 +1812,6 @@
|
||||
<copy Include="..\..\..\plug-ins\clipfix.ny">
|
||||
<Filter>plug-ins</Filter>
|
||||
</copy>
|
||||
<copy Include="..\..\..\plug-ins\crossfadein.ny">
|
||||
<Filter>plug-ins</Filter>
|
||||
</copy>
|
||||
<copy Include="..\..\..\plug-ins\crossfadeout.ny">
|
||||
<Filter>plug-ins</Filter>
|
||||
</copy>
|
||||
<copy Include="..\..\..\plug-ins\delay.ny">
|
||||
<Filter>plug-ins</Filter>
|
||||
</copy>
|
||||
|
||||
Reference in New Issue
Block a user