Created
January 28, 2015 16:50
-
-
Save sebpiq/e0d3011d078709a70d52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 630 159 450 300 10; | |
#X obj 104 17 loadbang; | |
#X obj 104 183 print; | |
#X obj 173 17 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | |
-1; | |
#X msg 240 99 abc; | |
#X obj 104 55 t b b b b b; | |
#X msg 278 99 -2 3 5; | |
#X msg 139 99 -14.3; | |
#X msg 104 99 3.7; | |
#X obj 190 100 bang; | |
#X obj 104 148 abs; | |
#X connect 0 0 4 0; | |
#X connect 2 0 4 0; | |
#X connect 3 0 9 0; | |
#X connect 4 0 7 0; | |
#X connect 4 1 6 0; | |
#X connect 4 2 8 0; | |
#X connect 4 3 3 0; | |
#X connect 4 4 5 0; | |
#X connect 5 0 9 0; | |
#X connect 6 0 9 0; | |
#X connect 7 0 9 0; | |
#X connect 8 0 9 0; | |
#X connect 9 0 1 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment