diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-27 21:39:35 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-27 21:39:35 +0000 |
commit | 4be9db3a7bee4bb8c254ae26253a7ed70390589b (patch) | |
tree | e5c0a042275473c1a8a3d8ae5ab86495507450b4 /src/stringalias-test.pd | |
parent | 561c134e4ab3b0c746b79b26d305ae0c19e1ed4c (diff) |
+ 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
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; |