From fa91a07f8f6ced306f2a42ccfd4c30d478ee11a6 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 12 Feb 2009 22:14:51 +0000 Subject: + pdstring: added abstractions any2string.pd, string2any.pd for single-object-external builds + locale: added uselocale.pd (not installed by default) svn path=/trunk/externals/moocow/pdstring/; revision=10762 --- src/string2any.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/string2any.pd (limited to 'src/string2any.pd') diff --git a/src/string2any.pd b/src/string2any.pd new file mode 100644 index 0000000..ccdf97b --- /dev/null +++ b/src/string2any.pd @@ -0,0 +1,15 @@ +#N canvas 332 122 450 300 10; +#X obj 41 47 inlet; +#X obj 141 47 inlet; +#X obj 41 117 outlet; +#X text 38 12 string2any.pd : wrapper for bytes2any; +#X obj 41 83 bytes2any \$1 \$2; +#X obj 141 117 outlet; +#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 ; +#X connect 0 0 4 0; +#X connect 1 0 4 1; +#X connect 4 0 2 0; +#X connect 4 1 5 0; -- cgit v1.2.1