Skip to content

Instantly share code, notes, and snippets.

@ramen
Created January 24, 2011 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramen/793382 to your computer and use it in GitHub Desktop.
Save ramen/793382 to your computer and use it in GitHub Desktop.
Data file for digable.tcl
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