From 0028a036b1823c364b8a3984bd6b836a15ab7b6f Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 8 Mar 2006 16:48:29 +0000 Subject: added inlet and outlet functions added send functions practically ready to work with! svn path=/trunk/externals/clr/; revision=4658 --- test-clr.pd | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'test-clr.pd') diff --git a/test-clr.pd b/test-clr.pd index fc1e7b7..75721bc 100755 --- a/test-clr.pd +++ b/test-clr.pd @@ -1,8 +1,8 @@ -#N canvas 603 10 798 320 12; +#N canvas 617 153 818 585 12; #X floatatom 125 51 5 0 0 0 - - -; #X symbolatom 320 81 10 0 0 0 - - -; #X msg 536 45 msg one 2 three; -#X obj 240 276 Counter a b 5; +#X obj 151 443 Counter a b 5; #X obj 22 24 loadbang; #X floatatom 213 26 5 0 0 0 - - -; #X msg 213 52 1 \$1 3; @@ -11,12 +11,23 @@ #X obj 21 54 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 535 82 set 1 7 8; -#X msg 541 167 list; -#X msg 540 196 list 1; -#X msg 541 225 list abc; +#X msg 533 135 list; +#X msg 532 164 list 1; +#X msg 533 193 list abc; +#X msg 528 251 list s e c o n d; +#X obj 152 495 print OUT; +#X floatatom 530 321 5 0 0 0 - - -; +#X floatatom 229 112 5 0 0 0 - - -; +#X msg 228 136 send \$1 b c; +#X obj 407 497 print RECV1; +#X obj 406 463 r receiver; +#X obj 554 465 r receiver2; +#X obj 555 499 print RECV2; +#X text 585 318 bang to see; #X connect 0 0 3 0; #X connect 1 0 3 0; #X connect 2 0 3 0; +#X connect 3 0 15 0; #X connect 4 0 9 0; #X connect 5 0 6 0; #X connect 6 0 3 0; @@ -27,3 +38,9 @@ #X connect 11 0 3 0; #X connect 12 0 3 0; #X connect 13 0 3 0; +#X connect 14 0 3 1; +#X connect 16 0 3 2; +#X connect 17 0 18 0; +#X connect 18 0 3 0; +#X connect 20 0 19 0; +#X connect 21 0 22 0; -- cgit v1.2.1