Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Chords and Metadata #2

Merged
merged 1 commit into from
Sep 17, 2023
Merged

More Chords and Metadata #2

merged 1 commit into from
Sep 17, 2023

Conversation

cofinley
Copy link
Owner

  • Add ~70 chords
    • Pull from tonal.js
  • Store interval names instead of semitones to preserve context (e.g. aug5 or m6)
    • Generate semitones on init; these are used to create pitches for diffing
  • Show more chord info on hover (long name, aliases)
  • Sort diatonic scale chords by ascending complexity (the order of pitch/BASE-CHORD)

Preview

More chord info on hover:

Screenshot from 2023-09-16 17-18-03

More accurate interval names

Here you can see the major 6 is distinguished from a diminished 7:

Screenshot from 2023-09-16 22-36-25
Screenshot from 2023-09-16 22-36-20

Scale chords now start with more sane/less-complex chords:

image

- Pull chords from tonal.js
- Store interval names instead of semitones to preserve context (e.g. aug5 or m6)
- Show more chord info on hover (long name, aliases)
- Sort diatonic scale chords by ascending complexity (the order of pitch/BASE-CHORD)
@cofinley cofinley merged commit eda4953 into main Sep 17, 2023
2 checks passed
@cofinley cofinley deleted the more-chords branch September 17, 2023 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant