Skip to content

Instantly share code, notes, and snippets.

@levicole
Created August 17, 2011 02:44
Show Gist options
  • Save levicole/1150703 to your computer and use it in GitHub Desktop.
Save levicole/1150703 to your computer and use it in GitHub Desktop.
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