From 4be9db3a7bee4bb8c254ae26253a7ed70390589b Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Tue, 27 Jan 2009 21:39:35 +0000 Subject: + delegated optional single-object-external mish-mash to src/Makefile.am using AM_CONDITIONAL + for --enable-object-externals builds, install actual links for 'any2string', 'string2any' aliases - requires corresponding setup() routines in *bytes* + added printbytes, printwchars objects svn path=/trunk/externals/moocow/pdstring/; revision=10661 --- src/stringalias-test.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/stringalias-test.pd (limited to 'src/stringalias-test.pd') 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; -- cgit v1.2.1