From b46366d420af97d820fb72a0e7cf34b38ca9edc0 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Thu, 5 Jul 2007 19:08:53 +0000 Subject: Added some support for time tags: immediate or current time plus optional offset. svn path=/trunk/externals/mrpeach/; revision=7901 --- osc/routeOSC-help.pd | 74 +++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 35 deletions(-) (limited to 'osc/routeOSC-help.pd') diff --git a/osc/routeOSC-help.pd b/osc/routeOSC-help.pd index 080ce50..53aec8a 100755 --- a/osc/routeOSC-help.pd +++ b/osc/routeOSC-help.pd @@ -1,35 +1,39 @@ -#N canvas 0 0 574 322 12; -#X obj 58 82 udpreceive 9997; -#X obj 173 106 unpack 0 0 0 0; -#X floatatom 173 129 3 0 0 0 - - -; -#X floatatom 208 129 3 0 0 0 - - -; -#X floatatom 244 129 3 0 0 0 - - -; -#X floatatom 280 129 3 0 0 0 - - -; -#X text 137 128 from; -#X obj 58 114 unpackOSC; -#X obj 56 158 print; -#X obj 70 206 routeOSC /test /west; -#X obj 70 241 print a; -#X obj 147 241 print b; -#X obj 225 241 print c; -#X msg 203 171 set /left; -#X msg 294 171 set /left /right; -#X text 10 7 routeOSC; -#X text 10 25 accepts lists of floats that are interpreted as OSC packets -; -#X text 10 43 set message reassigns outputs; -#X text 244 206 arguments are OSC addresses to route; -#X text 296 284 2006/04/25 Martin Peach; -#X connect 0 0 7 0; -#X connect 0 1 1 0; -#X connect 1 0 2 0; -#X connect 1 1 3 0; -#X connect 1 2 4 0; -#X connect 1 3 5 0; -#X connect 7 0 8 0; -#X connect 7 0 9 0; -#X connect 9 0 10 0; -#X connect 9 1 11 0; -#X connect 9 2 12 0; -#X connect 13 0 9 0; -#X connect 14 0 9 0; +#N canvas 0 0 623 272 12; +#X obj 58 69 udpreceive 9997; +#X obj 188 97 unpack 0 0 0 0; +#X floatatom 188 128 3 0 0 0 - - -; +#X floatatom 228 128 3 0 0 0 - - -; +#X floatatom 268 128 3 0 0 0 - - -; +#X floatatom 309 128 3 0 0 0 - - -; +#X text 148 127 from; +#X obj 58 97 unpackOSC; +#X obj 58 147 print; +#X obj 70 206 routeOSC /test /west; +#X obj 70 241 print a; +#X obj 157 241 print b; +#X obj 245 241 print c; +#X msg 76 175 set /left; +#X msg 193 175 set /left /right; +#X text 10 7 routeOSC; +#X text 10 25 accepts lists of floats that are interpreted as OSC packets +; +#X text 10 43 set message reassigns outputs; +#X text 258 205 arguments are OSC addresses to route; +#X obj 134 147 print timetag; +#X text 329 244 2007/07/05 Martin Peach; +#X text 423 121 see also:; +#X obj 502 121 packOSC; +#X connect 0 0 7 0; +#X connect 0 1 1 0; +#X connect 1 0 2 0; +#X connect 1 1 3 0; +#X connect 1 2 4 0; +#X connect 1 3 5 0; +#X connect 7 0 8 0; +#X connect 7 0 9 0; +#X connect 7 1 19 0; +#X connect 9 0 10 0; +#X connect 9 1 11 0; +#X connect 9 2 12 0; +#X connect 13 0 9 0; +#X connect 14 0 9 0; -- cgit v1.2.1