#N canvas 341 22 804 756 10; #X obj 14 14 cnv 15 750 30 empty empty OSC_communication_system_for_KOLLABS 20 12 0 14 -233017 -66577 0; #X obj 14 56 cnv 15 750 200 empty empty Registering_variables 20 12 0 14 -204800 -66577 0; #X text 22 124 There are three types:; #X text 22 172 [osc_bi] registers a variable for BIDIRECTIONAL osc. ; #X text 75 186 It also includes feedback prevention.; #X text 22 144 [osc_r] registers a variable to RECEIVE osc; #X text 22 158 [osc_s] registers a variable to SEND osc; #X obj 14 261 cnv 15 750 200 empty empty Example 20 12 0 14 -204800 -66577 0; #X obj 612 355 hsl 128 15 0 127 0 0 /i/send/data /i/send/data /i/send/data -2 -8 0 10 -262144 -1 -1 0 1; #X obj 620 303 nbx 5 14 -1e+37 1e+37 0 0 /i/receive/data /i/receive/data /i/receive/data 0 -8 0 10 -262144 -1 -1 0 256; #X obj 27 301 osc_r 0 /i/receive/data; #X obj 31 363 osc_s 0 /i/send/data; #X text 188 300 This registers "/i/receive/data" to receive OSC from domain "0"; #X text 180 357 This registers "/i/send/data" to send OSC from domain "0"; #X obj 34 420 osc_bi 0 /i/do/both; #X text 185 419 This registers "/i/do/both" for bidirectional OSC communication with domain "0"; #X obj 14 472 cnv 15 750 180 empty empty OSC_Output 20 12 0 14 -204786 -66577 0; #X obj 150 499 r /0/osc/out; #X obj 150 599 print /0/osc/out; #X obj 150 575 spigot 1; #X obj 195 550 tgl 15 0 empty empty print_osc_output 17 7 0 10 -262144 -1 -1 0 1; #X text 537 548 [packOSC]; #X text 537 558 |; #X text 537 568 |; #X text 537 578 [udpsend 127.0.0.1]; #X text 537 538 |; #X text 537 528 |; #X text 537 518 [r /0/osc/out]; #X obj 14 661 cnv 15 750 220 empty empty OSC_Input 20 12 0 14 -204786 -66577 0; #X text 502 829 |; #X text 502 839 |; #X text 502 809 |; #X text 502 799 |; #X obj 144 790 s /0/osc/in; #X text 502 789 [udreceive 127.0.0.1]; #X text 502 819 [unpackOSC]; #X text 502 849 [s /0/osc/in]; #X obj 20 698 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 -262144 -1 -1 0 256; #X msg 20 717 /i/receive/data \$1; #X msg 144 717 /i/do/both \$1; #X obj 147 697 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X text 223 788 <-- put your OSC input in here. Like this:; #X obj 612 425 hsl 128 15 0 127 0 0 /i/do/both /i/do/both /i/do/both -2 -8 0 10 -262144 -1 -1 0 1; #X text 160 520 Connect this to your OSC externals \, i.e. mrpeach or iemnet:; #X text 127 477 The OSC output can be accessed und under "//osc/out" ; #X text 123 667 The OSC input must be sent to "//osc/out"; #X text 21 621 Play around with the patch on top of the page \, and see what's going to be printed...; #X text 598 19 (c)2011-2012 Marian Weger; #X text 21 89 New variables can be registered to an OSC-domain by using the [osc_...] modules.; #X text 23 208 SYNTAX: [osc_xx ] \, where is the name of the storage you want to register to \, and is the complete name of your variable.; #X connect 17 0 19 0; #X connect 19 0 18 0; #X connect 20 0 19 1; #X connect 37 0 38 0; #X connect 38 0 33 0; #X connect 39 0 33 0; #X connect 40 0 39 0; #X coords 0 756 1 755 85 60 0;