Created
August 17, 2011 02:44
-
-
Save levicole/1150703 to your computer and use it in GitHub Desktop.
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
| song{ | |
| tempo 120 | |
| instrument bass{ | |
| type square | |
| punch 0.441 | |
| sustain 0.067 | |
| decay 0.197 | |
| freq 0.499 | |
| } | |
| instrument lead { | |
| type square | |
| punch 0.441 | |
| sustain 0.067 | |
| decay 0.197 | |
| freq 0.499 | |
| } | |
| phrase 1 { | |
| c4 d e f g a b c | |
| } | |
| sequences { | |
| bass { | |
| 1 1 1 1 | |
| } | |
| lead { | |
| 1 1 1 1 | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment