Created
March 30, 2015 15:04
-
-
Save iani/a0266f6c2c40d0480474 to your computer and use it in GitHub Desktop.
sc-chords1
This file contains hidden or 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
| //: | |
| { | |
| 30 do: { | |
| ( | |
| degree: [0, 1, 2, 7] * (2 + 2.rand) + 10.rand, | |
| dur: 0.12, | |
| amp: [0.05, 0.1, 0.02].choose; | |
| ).play; | |
| 0.15.wait; | |
| } | |
| }.fork; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment