diff options
Diffstat (limited to 'src/any2string.pd')
-rw-r--r-- | src/any2string.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/any2string.pd b/src/any2string.pd new file mode 100644 index 0000000..d227144 --- /dev/null +++ b/src/any2string.pd @@ -0,0 +1,13 @@ +#N canvas 0 0 450 300 10; +#X obj 41 47 inlet; +#X obj 141 47 inlet; +#X obj 41 117 outlet; +#X obj 41 83 any2bytes \$1 \$2; +#X text 38 12 any2string.pd : wrapper for any2bytes; +#X text 30 169 WARNING: this abstraction will never be used if [pdstring] +was built as a multi-object library \, rather than single-object externals. +; +#X text 142 263 Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X connect 0 0 3 0; +#X connect 1 0 3 1; +#X connect 3 0 2 0; |