From 84a4bdd23ec5ba4b2822476747ae697ed6856d63 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 23 Sep 2009 00:50:37 +0000 Subject: Almost ready for a release svn path=/trunk/externals/tof/; revision=12431 --- test/OSCToParam-help.pd | 7 +++++-- test/OSCToParam.pd | 21 ++++++++++++++++++--- 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; -- cgit v1.2.1