Hallo, marius schebella hat gesagt: // marius schebella wrote:
to really see which object connection was created first you can also copy the related objects including their connections into a new empty patch and open it then with a texteditor. the file will give you something like #N canvas 0 22 454 304 10; #X obj 165 101 +; #X floatatom 165 56 5 0 0 0 - - -; #X connect 1 0 0 1; #X connect 1 0 0 0; ignore the first line. the second line is a [- ] ("minus") object, the third a numberbox. then you have the connections: connect object #1, outlet #0 to object #0, outlet #1. object 1 (the counting is 0-based) is the numberbox, which was created after the [- ], so it appears after the [- ] in the textfile. the last line then makes the other connection (from the numberbox to the left inlet of [-])
Hey, that's a nice solution. (Your "minus" object is a "plus" object though, in case anyone is wondering.)
Frank Barknecht _ ______footils.org_ __goto10.org__