-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved getRankedChords algorithm (#43)
* WIP minor major ninth not passing yet * Added Minor Major Ninth chord type * Added Major and Dominant Ninth Flat Five refactor of Flat Fifth to Flat Five in all cases @aure * WIP on new ranked chords algo Co-authored-by: Aure <aure@aure.com> * New algo working replacing old one * A few sus chords do not work due to algo being too eager to find thirds via letter * remade ranked chord algo with interval strategy * Fixed bug in Note.noteNumber causing infinite loop Co-authored-by: Aure <aure@aure.com> * Added isDouble as computed property to Accidental * Improved getRankedChords algorithm Co-authored-by: Aure <aure@aure.com> * WIP cleaning up chord list refining examples and descriptions --------- Co-authored-by: Aure <aure@aure.com>
- Loading branch information
1 parent
4b5f3e0
commit 76c665b
Showing
6 changed files
with
277 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.