mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
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.
8 lines
213 B
Common Lisp
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))))
|