mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 14:43:48 +01: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:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user