Created
November 26, 2013 16:52
-
-
Save edwardsharp/7661796 to your computer and use it in GitHub Desktop.
drone07.pd
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 0 0 500 500 ; | |
#X obj 299 414 osc~ 44; | |
#X obj 100 118 osc~ 8.3; | |
#X obj 200 118 osc~ 1.5; | |
#X obj 150 177 *~; | |
#X obj 399 118 osc~ 7.5; | |
#X obj 499 118 osc~ 0.1; | |
#X obj 449 177 *~; | |
#X obj 299 237 *~; | |
#X obj 299 296 *~ 88; | |
#X obj 299 355 +~ 44; | |
#X obj 299 473 dac~; | |
#X connect 1 0 3 0; | |
#X connect 2 0 3 1; | |
#X connect 4 0 6 0; | |
#X connect 5 0 6 1; | |
#X connect 3 0 7 0; | |
#X connect 6 0 7 1; | |
#X connect 7 0 8 0; | |
#X connect 8 0 9 0; | |
#X connect 9 0 0 0; | |
#X connect 0 0 10 0; | |
#X connect 0 0 10 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment