curious about chuck -- very basic question
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
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
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
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