1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

Fix for Bug 441 by Steve Daulton:

http://bugzilla.audacityteam.org/show_bug.cgi?id=441

Use (pwlv) to process at the sound sample rate so as to avoid clicks at end of fade-ins for some selection durations.
This commit is contained in:
windinthew 2011-08-07 19:52:46 +00:00
parent a4472bc0c5
commit 249eedf05e

View File

@ -4,4 +4,4 @@
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Cross Fade In"
;action "Cross-Fading In..."
(mult s (snd-exp (snd-scale 0.5 (snd-log (ramp)))))
(mult s (control-srate-abs *sound-srate* (s-sqrt (pwlv 0 1 1))))