This project is in its infancy, and features will slowly be added.
Build a scale from a root and major/minor mode (more will be added).
ScaleBuilder.build('C', 'Maj') # => ["C", "D", "E", "F", "G", "A", "B", "C"]
- Make scales diatonic
- Add a scale finder
- Add a chord finder
- Add an audio converter
- Add some MIDI generators