diff options
author | jdl <x75@users.sourceforge.net> | 2003-05-27 19:14:14 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2003-05-27 19:14:14 +0000 |
commit | df404beec103b2692300eb04390cb938d041f725 (patch) | |
tree | 42a931054a2a7ba464f9dfbe8ad18034e3e7524c /doc | |
parent | 1e199f2d181d2aaedffc3e95cf7a18c3a25180eb (diff) |
added broadcast socket options to htmsocks etc
svn path=/trunk/externals/OSCx/; revision=661
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sendOSC-help.pd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/sendOSC-help.pd b/doc/sendOSC-help.pd index dec1d76..bdf6091 100644 --- a/doc/sendOSC-help.pd +++ b/doc/sendOSC-help.pd @@ -1,6 +1,6 @@ #N canvas 496 472 848 467 10; #X obj 59 396 sendOSC; -#X floatatom 59 423 5 0 0; +#X floatatom 59 423 5 0 0 0 - - -; #X msg 44 119 disconnect; #X msg 79 163 send /test/bla 1 2 3; #X msg 26 93 connect localhost 9999; @@ -24,7 +24,7 @@ #X text 462 312 when last bundle is closed the buffer is sent.; #X text 463 333 so: first "[" \, then add messages with send /bla; #X text 466 351 open nested nudle etc \, close with "]"; -#X floatatom 113 425 5 0 0; +#X floatatom 113 425 5 0 0 0 - - -; #X text 162 428 bundleDepth; #X text 24 11 sendOSC: send OSC formatted packet to network. at the moment over UDP only is supported.; @@ -39,6 +39,8 @@ moment over UDP only is supported.; #X msg 315 154 send; #X msg 315 179 send /; #X msg 368 156 send /bang; +#X msg 265 57 connect 192.168.0.255 5555; +#X text 462 58 use something like this to broadcast on UDP; #X connect 0 0 1 0; #X connect 0 1 24 0; #X connect 2 0 0 0; @@ -55,3 +57,4 @@ moment over UDP only is supported.; #X connect 34 0 0 0; #X connect 35 0 0 0; #X connect 36 0 0 0; +#X connect 37 0 0 0; |