Created
January 24, 2011 15:31
-
-
Save ramen/793382 to your computer and use it in GitHub Desktop.
Data file for digable.tcl
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
set ::DEFAULT_BPM 95 | |
set ::KICK_PROBS { 1.000 0.125 0.625 0.125 0.000 0.000 0.125 0.500 \ | |
0.000 0.125 1.000 0.250 0.000 0.250 0.000 0.250 } | |
set ::SNARE_PROBS { 0.000 0.000 0.000 0.000 1.000 0.000 0.000 0.250 \ | |
0.000 0.625 0.000 0.000 1.000 0.000 0.000 0.000 } | |
set ::KICK_VOLS { 127.0 16.00 80.00 16.00 0.000 0.000 16.00 64.00 \ | |
0.000 16.00 127.0 32.00 0.000 32.00 0.000 32.00 } | |
set ::SNARE_VOLS { 0.000 0.000 0.000 0.000 127.0 0.000 0.000 32.00 \ | |
0.000 80.00 0.000 0.000 127.0 0.000 0.000 0.000 } | |
set ::CLHH_PROBS { 1.000 0.000 1.000 0.000 1.000 0.000 1.000 0.000 \ | |
1.000 0.000 1.000 0.000 1.000 0.000 1.000 0.000 } | |
set ::CLHH_VOLS { 32.00 0.000 32.00 0.000 32.00 0.000 64.00 0.000 \ | |
64.00 0.000 32.00 0.000 32.00 0.000 64.00 0.000 } | |
set ::PATTERN_LEN 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment