[chuck-users] emulating UGen connections in own classes

Tom Lieber lieber at princeton.edu
Sat Feb 7 19:53:19 EST 2009


2009/2/7 Rogan Carr <rogan.carr at gmail.com>:
> You unfortunately cannot do
>
> FooBar thingy.chuck() => dac;
>
> The declaration has to be on its own line (otherwise it looks like
> you're sending the FooBar object to thingy.chuck() ).

Can't you with parentheses?

(FooBar thingy).chuck() => dac;

-- 
Tom Lieber
http://AllTom.com/


More information about the chuck-users mailing list