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

Determine the optimal way to play a given chord sequence #17

Closed
noeddl opened this issue Sep 25, 2019 · 1 comment · Fixed by #61
Closed

Determine the optimal way to play a given chord sequence #17

noeddl opened this issue Sep 25, 2019 · 1 comment · Fixed by #61

Comments

@noeddl
Copy link
Owner

noeddl commented Sep 25, 2019

The idea is that the user inputs a sequence of chord names and is presented a diagram showing the most convenient way to play these chords. I'm not sure how (and if at all) this can be computed reliably but it will probably involve some kind of distance measure between different chord shapes.

For this, the compact representation described in #16 would probably be helpful ad easier to read.

Something similar could also be useful for melodies.

@noeddl
Copy link
Owner Author

noeddl commented Feb 27, 2021

In this project, the distance between different chord fingerings is calculated and compared using a modified Levenshtein distance:
https://github.com/pcorey/chord

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 a pull request may close this issue.

1 participant