diff options
Diffstat (limited to 'src/stringalias-test.pd')
-rw-r--r-- | src/stringalias-test.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/stringalias-test.pd b/src/stringalias-test.pd new file mode 100644 index 0000000..b762c54 --- /dev/null +++ b/src/stringalias-test.pd @@ -0,0 +1,18 @@ +#N canvas 34 2 450 300 10; +#X floatatom 56 81 8 0 0 0 - - -; +#X symbolatom 46 59 10 0 0 0 - - -; +#X floatatom 54 178 4 0 0 0 - - -; +#X msg 37 38 A B C; +#X msg 55 199 list 49 50 51; +#X obj 58 139 print any2bytes-out; +#X obj 37 254 print bytes2any-out; +#X obj 37 108 any2string; +#X obj 37 230 string2any; +#X connect 0 0 7 0; +#X connect 1 0 7 0; +#X connect 2 0 8 0; +#X connect 3 0 7 0; +#X connect 4 0 8 0; +#X connect 7 0 5 0; +#X connect 7 0 8 0; +#X connect 8 0 6 0; |