[chuck-users] chuck neophyte trying to remove clicks via Envelope patch

Andrew C. Smith acsmith at willamette.edu
Wed Nov 25 11:30:07 EST 2009


Nice, with .sync. Just a quick question, though, out of curiosity.
Does it .sync at sample rate, then? I can't believe I never took
advantage of that before.

Andrew

On Wed, Nov 25, 2009 at 10:53 AM, Perry R Cook <prc at cs.princeton.edu> wrote:
> Try this simple fix:
>
>  Std.rand2f(0,1) => float g;
> //  g => s1.gain;  // Don't
> //  g => s2.gain;  //   set the
> //  g => s3.gain;  //      oscillator gains
> //  g => s4.gain;  //          individually
> //                    which causes clicks
>
>  g => e.target;   // let the envelope do the smoothing
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>


More information about the chuck-users mailing list