aboutsummaryrefslogtreecommitdiff
path: root/src/string2any.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-12 22:14:51 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-12 22:14:51 +0000
commitfa91a07f8f6ced306f2a42ccfd4c30d478ee11a6 (patch)
treeea0c0b490b1912c838c01abb54ae20f618ca21eb /src/string2any.pd
parent4be9db3a7bee4bb8c254ae26253a7ed70390589b (diff)
+ 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
Diffstat (limited to 'src/string2any.pd')
-rw-r--r--src/string2any.pd15
1 files changed, 15 insertions, 0 deletions
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 <moocow@ling.uni-potsdam.de>;
+#X connect 0 0 4 0;
+#X connect 1 0 4 1;
+#X connect 4 0 2 0;
+#X connect 4 1 5 0;