Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 27, 2012 11:48
Show Gist options
  • Save tuttlem/4153859 to your computer and use it in GitHub Desktop.
Save tuttlem/4153859 to your computer and use it in GitHub Desktop.
Musica - scales info
>>> Scales.scales[0]
<musica.scales.Scale object at 0x10f963090>
>>> Scales.scales[0].name
'Ionian'
>>> Scales.scales[0].intervals
[<musica.intervals.Interval object at 0x10f961950>, <musica.intervals.Interval object at 0x10f9619d0>, <musica.intervals.Interval object at 0x10f961a50>, <musica.intervals.Interval object at 0x10f961a90>, <musica.intervals.Interval object at 0x10f961b10>, <musica.intervals.Interval object at 0x10f961b90>, <musica.intervals.Interval object at 0x10f961c10>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment