1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00
audacity/plug-ins/crossfadein.ny
windinthew 249eedf05e 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.
2011-08-07 19:52:46 +00:00

8 lines
213 B
Common Lisp

;nyquist plug-in
;version 2
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Cross Fade In"
;action "Cross-Fading In..."
(mult s (control-srate-abs *sound-srate* (s-sqrt (pwlv 0 1 1))))