diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-09 01:48:21 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-09 01:48:21 +0000 |
commit | 241c6627ee72374d51e21cb71d021f26692ef41a (patch) | |
tree | ec7db227bcc4eab864c3c653e992b0c025ca6fff /test-clr.pd | |
parent | 6bc4123e40a3fe3ffc768fa7f943dfcda034e571 (diff) |
implemented proxy objects and other stuff
cleaned up the code
svn path=/trunk/externals/clr/; revision=4660
Diffstat (limited to 'test-clr.pd')
-rwxr-xr-x | test-clr.pd | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/test-clr.pd b/test-clr.pd index 75721bc..653f984 100755 --- a/test-clr.pd +++ b/test-clr.pd @@ -1,4 +1,4 @@ -#N canvas 617 153 818 585 12; +#N canvas 617 153 842 609 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; @@ -23,7 +23,14 @@ #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 floatatom 526 362 5 0 0 0 - - -; +#X symbolatom 578 364 10 0 0 0 - - -; +#X text 585 318 passive - bang to see; +#X text 676 366 active; +#X msg 526 386 1 2 3; +#X floatatom 528 275 5 0 0 0 - - -; +#X msg 589 386 turalu; +#X msg 578 274 heyho; #X connect 0 0 3 0; #X connect 1 0 3 0; #X connect 2 0 3 0; @@ -44,3 +51,9 @@ #X connect 18 0 3 0; #X connect 20 0 19 0; #X connect 21 0 22 0; +#X connect 23 0 3 3; +#X connect 24 0 3 3; +#X connect 27 0 3 3; +#X connect 28 0 3 1; +#X connect 29 0 3 3; +#X connect 30 0 3 1; |