forked from kmille/freetar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve chord parsing and transposing (kmille#20)
* Parse chord symbols into their parts. Fix parsing for chord with parens * Parses chords into Root, Quality, and Base (e.g. `Fm6/Ab` becomes `Fm`, `6`, `Ab`) * Fix regex for parsing out chords with parentheses like `Cm(maj7)` * Update transposing to ignore chord qualities
- Loading branch information
Showing
2 changed files
with
57 additions
and
30 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