Skip to content

Instantly share code, notes, and snippets.

@karlosgliberal
Created March 8, 2019 18:41
Show Gist options
  • Save karlosgliberal/a5207cc4ff18b8c58aec1ca91d8e1d92 to your computer and use it in GitHub Desktop.
Save karlosgliberal/a5207cc4ff18b8c58aec1ca91d8e1d92 to your computer and use it in GitHub Desktop.
menor: {
escalas: [
//C C# D D# E F F# G G# A A# B
[[2, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0], [0]],
[[1, 1, 0, 1, 0, 2, 0, 1, 1, 0, 1, 0], [1]],
[[1, 0, 1, 1, 0, 1, 0, 2, 0, 1, 1, 0], [1]],
[[1, 0, 1, 1, 0, 1, 0, 2, 0, 1, 1, 0], [1]]
],
color: 250,
timeout: 4000
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment