hello what exactly is this operator =< i cannot get my eyes on a reference for it.. it appears in the example powerup.ck in the 'shred' folder by the way this example seems to offer a way/structure for spreading processing load over several cpus, if someone has examples of other ways to spread loads over more cpus then I would be very interested in seeing this. greetings Vilbjørg
Vilbjørg,
2014-06-03 11:23 GMT+03:00 vilbjørg broch
hello what exactly is this operator
=<
This is the 'UnChucK' operator. I can't explain in deep detail what it does, but in general it breaks particular connection between Ugens (at the same time reducing CPU load). You can read about it here [1] and see in example here [2]. [1] http://chuck.cs.princeton.edu/doc/language/ugen.html [2] http://chuck.cs.princeton.edu/doc/examples/basic/unchuck.ck Antanas
It means to disconnect one UGen from another, i.e. the opposite of the
ChucK operator when used to connect UGens (e.g, 'SinOsc sin => dac'). Any
reduced CPU load would be due to disconnecting a UGen from the processing
pipeline (typiclaly stemming from the dac destination).
Arve
On Tue, Jun 3, 2014 at 11:03 AM, Antanas Budriūnas
Vilbjørg,
2014-06-03 11:23 GMT+03:00 vilbjørg broch < vilbjorg@antidelusionmechanism.org>:
hello what exactly is this operator
=<
This is the 'UnChucK' operator. I can't explain in deep detail what it does, but in general it breaks particular connection between Ugens (at the same time reducing CPU load).
You can read about it here [1] and see in example here [2].
[1] http://chuck.cs.princeton.edu/doc/language/ugen.html [2] http://chuck.cs.princeton.edu/doc/examples/basic/unchuck.ck
Antanas _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (3)
-
Antanas Budriūnas
-
Arve Knudsen
-
vilbjørg broch