Skip to content

Instantly share code, notes, and snippets.

@deedos
Created November 14, 2014 03:43
Show Gist options
  • Save deedos/f6786720321c49e86902 to your computer and use it in GitHub Desktop.
Save deedos/f6786720321c49e86902 to your computer and use it in GitHub Desktop.
#N canvas 387 171 693 588 10;
#X declare -lib mrpeach;
#X declare -lib moocow;
#X text 21 571 SEE ALSO:;
#X obj 417 541 pdstring;
#X obj -181 359 print bytes2any-help;
#X obj -180 336 bytes2any 128 0;
#X obj 13 217 any2bytes 128 -1;
#X obj 13 262 print any2bytes-help;
#X obj 189 463 tcpclient;
#X msg -215 -47 connect 127.0.0.1 9997;
#X msg 232 429 connect 10.10.0.100 5250;
#X msg 228 399 disconnect;
#X obj 13 302 list 13 10;
#X msg -163 89 PAUSE 2-10 AMB;
#X msg -161 111 PLAY 2-10 AMB;
#X obj -189 12 import mrpeach;
#X obj -189 33 import moocow;
#X text 98 315 add carriage return and line break to the bytestream
;
#X text 141 219 transform messages to bytestream;
#X text -197 380 print the messages back for debugging;
#X text 254 450 connect to CasparCG Server;
#X text -62 99 CasparCG AMCP commands;
#X connect 3 0 2 0;
#X connect 4 0 5 0;
#X connect 4 0 10 0;
#X connect 8 0 6 0;
#X connect 9 0 6 0;
#X connect 10 0 6 0;
#X connect 10 0 3 0;
#X connect 11 0 4 0;
#X connect 12 0 4 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment