Skip to content

Instantly share code, notes, and snippets.

@sebpiq
Created May 29, 2015 21:02
Show Gist options
  • Save sebpiq/ea1ef0ed28579ea0ff16 to your computer and use it in GitHub Desktop.
Save sebpiq/ea1ef0ed28579ea0ff16 to your computer and use it in GitHub Desktop.
#N canvas 411 122 775 440 10;
#X declare -lib mrpeach;
#X obj 34 10 import mrpeach;
#X obj 58 322 udpsend;
#X obj 289 142 packOSC;
#X msg 58 81 connect localhost 9000;
#X obj 30 57 loadbang;
#X obj 584 37 udpreceive 9001;
#X obj 584 69 unpackOSC;
#X obj 584 100 print RECEIVED;
#X obj 30 175 packOSC;
#X text 43 125 Subscribe to receive all messages;
#X msg 30 148 /sys/subscribe 9001 /;
#X obj 289 83 metro 1000;
#X msg 289 113 /tick;
#X text 289 30 Sending a tick every 1000 ms;
#X obj 289 55 loadbang;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 4 0 3 0;
#X connect 4 0 10 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 8 0 1 0;
#X connect 10 0 8 0;
#X connect 11 0 12 0;
#X connect 12 0 2 0;
#X connect 14 0 11 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment