hi,
just discovered a very small bug with cyclone's "coll" object. it isn't even a real bug since it doesn't do anything but reporting an error message. but as this can lead to unwanted confusion for the patcher (i.e. me) - here it is:
if a [send] object and a [coll] have the same name, "coll" seems to be getting all messages put into the [send] object as a message and thus reporting an error on the command line.
i'm using cyclone 0.1, 54th build and (still) PD 0.37.2
this small example patch reproduces the error:
#N canvas 669 602 345 216 10; #X obj 58 68 s test; #X obj 170 67 coll test; #C restore; #X floatatom 58 48 5 0 0 0 - - -; #X obj 60 115 r test; #X floatatom 61 139 5 0 0 0 - - -; #X connect 2 0 0 0; #X connect 3 0 4 0;
ciao
oliver