Open morganpackard opened 11 years ago
Can you give an example what this would be used for?
for(int i = 0; i < 10; i++){ outputGen += SineWave().freq(randomFloat(100,200)); }
Ahhhh gotcha, yeah that makes a lot of sense. Cool!
On Sun, Feb 24, 2013 at 6:09 PM, Morgan Packard notifications@github.comwrote:
for(int i = 0; i < 10; i++){ outputGen += SineWave().freq(randomFloat(100,200)); }
— Reply to this email directly or view it on GitHubhttps://github.com/morganpackard/Tonic/issues/24#issuecomment-14018472.
Nick Donaldson ndonald2@gmail.com
There should definitely be a version for when the LHS is an adder vs. when it's not.
The Adder on LHS version might be better suited to live in the Adder class itself, rather than a static overload.
also for ControlGenerators