curious about chuck -- very basic question
![](https://secure.gravatar.com/avatar/5daa1633e5f933f7901a26b0329015cd.jpg?s=120&d=mm&r=g)
After reading through the relevant parts of the language specification, I am unable to determine whether it is valid to use the chuck between a unit generator and a variable/property, like this: SinOsc s => dac; SinOsc lfo => s.freq; Obviously, anyone who's used hardware synths is going to want to do that sort of thing. I'm sure this has been discussed and debated a hundred times on this list before, so feel free to send me a link to someone else's answer. I just couldn't find any search terms that would pinpoint the issue. Thanks, Aaron
![](https://secure.gravatar.com/avatar/1483ee590c1d64197a0c483a2d39500e.jpg?s=120&d=mm&r=g)
Aaron Bohannon
After reading through the relevant parts of the language specification, I am unable to determine whether it is valid to use the chuck between a unit generator and a variable/property, like this:
SinOsc s => dac; SinOsc lfo => s.freq;
Obviously, anyone who's used hardware synths is going to want to do that sort of thing.
I'm sure this has been discussed and debated a hundred times on this list before, so feel free to send me a link to someone else's answer. I just couldn't find any search terms that would pinpoint the issue.
Hello Aaron, the issue description here documents some workarounds https://github.com/spencersalazar/chuck/issues/35 michael
![](https://secure.gravatar.com/avatar/fe6525816927ac357b8911ae9e3b77be.jpg?s=120&d=mm&r=g)
2014-04-17 3:20 GMT+03:00 Aaron Bohannon
After reading through the relevant parts of the language specification, I am unable to determine whether it is valid to use the chuck between a unit generator and a variable/property, like this:
SinOsc s => dac; SinOsc lfo => s.freq;
You can catch some bits from frequency modulation examples: fm.ck, fm2.ck, fm3.ck. Antanas
![](https://secure.gravatar.com/avatar/5daa1633e5f933f7901a26b0329015cd.jpg?s=120&d=mm&r=g)
Thanks!
On Thu, Apr 17, 2014 at 3:54 AM, Antanas Budriūnas
2014-04-17 3:20 GMT+03:00 Aaron Bohannon
: After reading through the relevant parts of the language specification, I am unable to determine whether it is valid to use the chuck between a unit generator and a variable/property, like this:
SinOsc s => dac; SinOsc lfo => s.freq;
You can catch some bits from frequency modulation examples: fm.ck, fm2.ck, fm3.ck.
Antanas _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (3)
-
Aaron Bohannon
-
Antanas Budriūnas
-
Michael Heuer