solfege.scale
Classes to represent a scale of notes.
Classes
Supported scale types. |
|
A representation of a musical scale. |
Module Contents
- solfege.scale.MAJOR = 0
Enum for selecting a Major scale.
- solfege.scale.MINOR
Enum for selecting a Natural Minor scale.
- class solfege.scale.Scale(starting_note, type=ScaleType.MAJOR)[source]
A representation of a musical scale.
- Parameters:
starting_note (solfege.note.Note)
type (ScaleType)