aboutsummaryrefslogtreecommitdiff
path: root/help/to_ascii_code-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2010-05-12 19:17:15 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2010-05-12 19:17:15 +0000
commitf6f29377728c80d1e1c72fdc3f9a113712d737f6 (patch)
treebd57888677fd17cc2ce8bd2227240ae3a034e875 /help/to_ascii_code-help.pd
parentce7d7364150288a3214561111e77040318dae520 (diff)
Added to_ and from_ascii_code
svn path=/trunk/externals/tof/; revision=13515
Diffstat (limited to 'help/to_ascii_code-help.pd')
-rw-r--r--help/to_ascii_code-help.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/help/to_ascii_code-help.pd b/help/to_ascii_code-help.pd
new file mode 100644
index 0000000..4d49897
--- /dev/null
+++ b/help/to_ascii_code-help.pd
@@ -0,0 +1,14 @@
+#N canvas 1427 407 571 202 10;
+#X msg 49 60 test;
+#X msg 182 61 1234;
+#X obj 49 112 tof/to_ascii_code 13;
+#X msg 92 60 list abcdef;
+#X obj 49 153 print codes;
+#X text 54 19 Tags: conversion text symbols;
+#X text 55 3 Description: Convert PD messages into ASCII codes;
+#X text 188 111 Optionnal argument: append ASCII code (in this case
+13 \, a carriage return);
+#X connect 0 0 2 0;
+#X connect 1 0 2 0;
+#X connect 2 0 4 0;
+#X connect 3 0 2 0;