aboutsummaryrefslogtreecommitdiff
path: root/test/to_ascii_code-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2010-04-17 18:26:18 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2010-04-17 18:26:18 +0000
commitce7d7364150288a3214561111e77040318dae520 (patch)
treed8ef6f692ef9ad710327b56b6e1f7ba93813ba7e /test/to_ascii_code-help.pd
parenta41c3f46bfe9897f79647ae6189aec9069905392 (diff)
Added a few test classes
svn path=/trunk/externals/tof/; revision=13453
Diffstat (limited to 'test/to_ascii_code-help.pd')
-rw-r--r--test/to_ascii_code-help.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/to_ascii_code-help.pd b/test/to_ascii_code-help.pd
new file mode 100644
index 0000000..276bd99
--- /dev/null
+++ b/test/to_ascii_code-help.pd
@@ -0,0 +1,13 @@
+#N canvas 1371 321 506 219 10;
+#X msg 108 32 test;
+#X msg 262 34 1234;
+#X obj 95 74 tof/to_ascii_code 13;
+#X msg 173 36 list abcdef;
+#X obj 95 115 print codes;
+#X obj 214 115 print length;
+#X text 234 73 Optionnal argument: append ascii code;
+#X connect 0 0 2 0;
+#X connect 1 0 2 0;
+#X connect 2 0 4 0;
+#X connect 2 1 5 0;
+#X connect 3 0 2 0;