EuterpeaFun
Guide used to install Euterpea using Stack
Original Euterpea guide using cabal
Maybe in the future build a stack template that configures Euterpea automatically.
Future plans
- Scale generator (based on steps vs. root) DONE
- Chord generator (based on steps vs. root) DONE
- Chord Set Generator (based on key and diatonic chords in scale)
- I want "I" or "ii" in "x key" to have meaning
- When done with this, begin researching more about "secondary functions" (ie. I/vi being relative and/or which keys I can "resolve" to either resolve or modulate
-- After all building blocks are done and seem okay, I want rules for generated progressions and melodies ... I want State ... what bar are we on, what measure, WHAT KEY?!? These values can help provide information on if we should resolve, what chords we could leverage at any given moment to modulate to another KEY, what notes are diatonic, etc.
TODO Implementation Details
- Move Scale Generator to own module
- Move examples to their own modules
- Figure out best way for Haskell to handle CONSTANTS
- Convert to selective import/exports