Skip to content

Commit

Permalink
Add basic "send" example
Browse files Browse the repository at this point in the history
  • Loading branch information
George Rappel committed Nov 11, 2015
1 parent dc2a3de commit 85ca83e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Exemplos/PD/basic/osc-send.pd
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#N canvas 233 0 932 691 10;
#X declare -lib mrpeach;
#X msg 230 255 disconnect;
#X text 229 164 clique nos botoes "connect localhost <port>";
#X text 230 182 para ligar os envios de Osc;
#X floatatom 171 28 5 0 0 0 - - -;
#X obj 171 67 change;
#X text 220 64 s� enviar quando o valor for diferente;
#X text 358 98 nome da mensagem;
#X text 229 138 OSC;
#X obj 171 284 udpsend;
#X obj -3 -58 import mrpeach;
#X obj 171 138 packOSC;
#X obj 171 -56 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 171 -10 random 1000;
#X msg 230 239 connect localhost 22243;
#X obj 171 -35 metro 2000;
#X msg 171 98 send /meulogin/meuprocesso \$1;
#X text 200 -57 numeros randomicos s� para teste;
#X text 212 48;
#X text 243 -38 metro executa a cada N milisegundos;
#X text 229 217 enviar para a rede;
#X connect 0 0 8 0;
#X connect 3 0 4 0;
#X connect 4 0 15 0;
#X connect 10 0 8 0;
#X connect 11 0 14 0;
#X connect 12 0 3 0;
#X connect 13 0 8 0;
#X connect 14 0 12 0;
#X connect 15 0 10 0;

0 comments on commit 85ca83e

Please sign in to comment.