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

Doesn't recognized jazz chords #94

Open
denizsincar29 opened this issue Jul 22, 2024 · 1 comment
Open

Doesn't recognized jazz chords #94

denizsincar29 opened this issue Jul 22, 2024 · 1 comment

Comments

@denizsincar29
Copy link

Hello. The library doesn't get jazz chords correctly. E.g. if it's a C7 chord, it can have no fifth key and in jazz it's normal, but for this lib to work we need to have a fifth key. C,E,G,Bb chord is recognized as C7, but C,G,Bb doesn't.

@yuma-m
Copy link
Owner

yuma-m commented Jul 30, 2024

You can use the QualityManager to customize.

from pychord import Chord, QualityManager

quality_manager = QualityManager()
quality_manager.set_quality("7 (omit3)", (0, 7, 10))

https://github.com/yuma-m/pychord?tab=readme-ov-file#overwrite-the-default-quality-components-with-yours

You're also welcome to make a pull request to add chord qualities.

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

No branches or pull requests

2 participants