[chuck-users] CurveTable example...?

Jascha Narveson jnarveson at wesleyan.edu
Wed Oct 10 15:15:34 EDT 2007


Marvy - thanks!

-j


On Oct 10, 2007, at 2:43 PM, eduard aylon wrote:

> SinOsc s => Gain g => dac;
> Phasor driver => CurveTable t => blackhole; // <------ connect to  
> phasor
> [0.0, 0.0, 0.0,
> 2.0, 1.0, 0.0,
> 3.0, 0.0] @=> float times[];
> times => t.coefs;
> s.freq()/100. => driver.freq; // <-- phasors freq
> while (true)
> {
>      1::samp => now;
>      t.last() => g.gain;
> }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20071010/eb8962dd/attachment.htm 


More information about the chuck-users mailing list