16 Apr
2014
16 Apr
'14
9:04 p.m.
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