Skip to content

Instantly share code, notes, and snippets.

@kevinclark
Created December 26, 2008 07:48
Show Gist options
  • Save kevinclark/40026 to your computer and use it in GitHub Desktop.
Save kevinclark/40026 to your computer and use it in GitHub Desktop.
Io 20080120
Io> Notes C
==> C
Io> Notes C fifth
==> G
Io> Notes C minorSecond
==> C#
Io> Chords C maj notes
==> list(Note_0x376480, Note_0x42e090, Note_0x416d40)
Io> Chords C maj notes map(inSharps)
==> list("C", "E", "G")
Io> Chords C min notes map(inSharps)
==> list("C", "D#", "G")
Io> Keys C
==> Key of C
Io> Keys C IV
==> F
Io> Keys C V
==> G
Io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment