[PD] abstractions and dynamic patching

Alexandre Torres Porres porres at gmail.com
Wed Dec 21 00:10:37 CET 2016


so, working on a buffer~ abstraction, it loads several [table] objects with
dynamic patching, up to 64 channels, according to arguments that specify
buffer name and number of channels. Now, if I create a 2nd buffer~
abstraction and create more table objects, they do get also created in the
first abstraction. This happens because inside each abstraction, when I
send messages to the pd file, it communicates with all instances of the
abstraction. Is there a way to interact with only one instance with dynamic
patching???
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20161220/fd521e9e/attachment-0001.html>
-------------- next part --------------
#N canvas 147 146 757 564 10;
#X obj 465 355 send pd-buffer~.pd;
#X obj 465 183 f;
#X obj 500 189 + 1;
#X obj 465 263 * 25;
#X obj 611 250 symbol \$1;
#X obj 584 102 loadbang;
#X obj 684 238 f \$2;
#X msg 465 317 obj 25 \$1 table \$2-\$3 \$4;
#X obj 465 82 f \$3;
#X obj 584 132 t b b;
#X obj 465 287 pack float float symbol float, f 37;
#X obj 465 216 trigger f f;
#X obj 465 160 until;
#X obj 263 87 inlet;
#X obj 465 241 + 1;
#X msg 374 344 \$2-\$3;
#X obj 465 45 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 516 160 0, f 2;
#X obj 374 379 list prepend;
#X obj 471 403 list;
#X obj 408 438 list append;
#X obj 408 468 list trim;
#X msg 263 314 read \$1;
#X obj 311 238 symbol \$2;
#X obj 311 264 route float;
#X obj 263 140 route read;
#X obj 408 502 soundfiler;
#X obj 263 184 symbol;
#X obj 465 137 min 64;
#X obj 465 110 max 1;
#X obj 684 264 max 1;
#X connect 1 0 2 0;
#X connect 1 0 11 0;
#X connect 2 0 1 1;
#X connect 3 0 10 0;
#X connect 4 0 10 2;
#X connect 5 0 9 0;
#X connect 6 0 30 0;
#X connect 7 0 0 0;
#X connect 8 0 29 0;
#X connect 9 0 8 0;
#X connect 9 1 4 0;
#X connect 9 1 6 0;
#X connect 10 0 15 0;
#X connect 10 0 7 0;
#X connect 11 0 14 0;
#X connect 11 1 10 1;
#X connect 12 0 1 0;
#X connect 13 0 25 0;
#X connect 14 0 3 0;
#X connect 15 0 18 0;
#X connect 16 0 8 0;
#X connect 17 0 1 1;
#X connect 18 0 19 0;
#X connect 19 0 18 1;
#X connect 19 0 20 1;
#X connect 20 0 21 0;
#X connect 21 0 26 0;
#X connect 22 0 20 0;
#X connect 23 0 24 0;
#X connect 24 1 22 0;
#X connect 25 0 27 0;
#X connect 27 0 22 0;
#X connect 28 0 12 0;
#X connect 29 0 28 0;
#X connect 30 0 10 3;
-------------- next part --------------
#N canvas 797 23 595 352 10;
#X msg 128 146 read \$1;
#X obj 137 114 openpanel;
#X obj 137 90 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 143 183 buffer~ name_\$0 1000;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pd.gif
Type: image/gif
Size: 34120 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20161220/fd521e9e/attachment-0001.gif>


More information about the Pd-list mailing list