[PD] PD 0.49 - turn off multiple connections ? ...

oliver oliver at klingt.org
Thu Mar 7 08:14:31 CET 2019


Hi,

sorry for calling this in late, but i only recently changed completely 
to PD 0.49 ...

i noticed a new patching "feature" that irritates me a lot.

if multiple objects are selected and i connect one of them with a new 
object (i.e. a number box), ALL of those still selected objects will 
create a new connection. (see attached patch)

while i guess that there must be some sort of use case for this 
behaviour (though none comes to my mind), still i would like to turn 
this feature off with a flag or something, as it messes up my workflow 
pretty good and results in many unnecessary extra mouse clicks.

sorry if i missed something in the discussion regarding new patching 
features.

any help appreciated

best

oliver






-- 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////// http://pendler.klingt.org //////////////
\\\\\\\\\\\\\\\ http://oliver.klingt.org  \\\\\\\\\\\\\\
////////////////////////////////////////////////////////
-------------- next part --------------
#N canvas 660 176 663 327 10;
#X msg 42 51 0 1000;
#X msg 57 73 39;
#X msg 33 28 1 1000;
#X msg 68 98 stop;
#X obj 32 222 line 0 100;
#X msg 77 128 set 5;
#X floatatom 99 185 0 0 0 0 - - -;
#X floatatom 95 158 0 0 0 0 - - -;
#X floatatom 293 271 5 0 0 0 - - -;
#X msg 254 50 0 1000;
#X msg 269 72 39;
#X msg 245 27 1 1000;
#X msg 280 97 stop;
#X obj 244 221 line 0 100;
#X msg 289 127 set 5;
#X floatatom 311 184 0 0 0 0 - - -;
#X floatatom 307 157 0 0 0 0 - - -;
#X text 342 270 <----- ???;
#X text 357 61 1.) selected the group on the left;
#X text 357 105 3.) STRG + d to duplicate group;
#X text 357 85 2.) created number box at bottom;
#X text 357 125 4.) connected outlet of [line] with number box;
#X text 357 144 5.) ALL objects make a connection;
#X text 359 28 SCENARIO:;
#X connect 0 0 4 0;
#X connect 1 0 4 0;
#X connect 2 0 4 0;
#X connect 3 0 4 0;
#X connect 5 0 4 0;
#X connect 6 0 4 2;
#X connect 7 0 4 1;
#X connect 9 0 13 0;
#X connect 9 0 8 0;
#X connect 10 0 13 0;
#X connect 10 0 8 0;
#X connect 11 0 13 0;
#X connect 11 0 8 0;
#X connect 12 0 13 0;
#X connect 12 0 8 0;
#X connect 13 0 8 0;
#X connect 14 0 13 0;
#X connect 14 0 8 0;
#X connect 15 0 13 2;
#X connect 15 0 8 0;
#X connect 16 0 13 1;
#X connect 16 0 8 0;


More information about the Pd-list mailing list