aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-23 00:50:37 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-23 00:50:37 +0000
commit84a4bdd23ec5ba4b2822476747ae697ed6856d63 (patch)
tree88551bdc723f0d7d89c85f195471382c1f212bfe /test
parent3ed63534dfe6a3c88412053c1ceebea02f7a98e4 (diff)
Almost ready for a release
svn path=/trunk/externals/tof/; revision=12431
Diffstat (limited to 'test')
-rw-r--r--test/OSCToParam-help.pd7
-rw-r--r--test/OSCToParam.pd21
2 files changed, 23 insertions, 5 deletions
diff --git a/test/OSCToParam-help.pd b/test/OSCToParam-help.pd
index 30468a0..cfd0d04 100644
--- a/test/OSCToParam-help.pd
+++ b/test/OSCToParam-help.pd
@@ -7,6 +7,9 @@
#X text -3 -54 description: forwards all incomming OSC messages to
matching params.;
#X obj -3 82 OSCToParam 3475;
-#X text 97 71 All OSC messages received on port 3475 will be forwarded
-to matching params.;
#X text -3 -20 tags: routing param OSC;
+#X text 97 71 All OSC messages received on port 3475 will be forwarded
+to matching children params.;
+#X text 46 124 See the param object's help for more information on
+params:;
+#X obj 139 153 param /a_param;
diff --git a/test/OSCToParam.pd b/test/OSCToParam.pd
index f06e117..7434608 100644
--- a/test/OSCToParam.pd
+++ b/test/OSCToParam.pd
@@ -1,4 +1,19 @@
-#N canvas 452 316 450 300 10;
+#N canvas 332 238 604 420 10;
#X obj 88 46 oscx/dumpOSC \$1;
-#X obj 89 149 maxlib/remote;
-#X connect 0 0 1 0;
+#X obj 89 286 maxlib/remote;
+#X obj 88 170 list prepend \$0;
+#X obj 88 199 zexy/makesymbol %s%s;
+#X obj 88 96 list split 1;
+#X obj 89 223 list append;
+#X obj 89 257 list trim;
+#X obj 175 120 loadbang;
+#X obj 175 144 tof/getdollarzero 100;
+#X connect 0 0 4 0;
+#X connect 2 0 3 0;
+#X connect 3 0 5 0;
+#X connect 4 0 2 0;
+#X connect 4 1 5 1;
+#X connect 5 0 6 0;
+#X connect 6 0 1 0;
+#X connect 7 0 8 0;
+#X connect 8 0 2 1;