-
Notifications
You must be signed in to change notification settings - Fork 47
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
Ability to iterate qualities in Quality Manager #74
Comments
Hi @nickurak, thank you for your comment. How about adding for quality, components in QualityManager().qualities.items():
print(quality, components) |
nickurak
pushed a commit
to nickurak/pychord
that referenced
this issue
Dec 4, 2023
This supports operations like scanning existing qualities and adding some related (modified) versions of them.
nickurak
pushed a commit
to nickurak/pychord
that referenced
this issue
Dec 4, 2023
This supports operations like scanning existing qualities and adding some related (modified) versions of them.
yuma-m
pushed a commit
that referenced
this issue
Dec 4, 2023
This supports operations like scanning existing qualities and adding some related (modified) versions of them. Co-authored-by: Jeremy Nickurak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be nice to be able to iterate what qualities pychord supports.
My specific use case is that I'm scanning existing qualities, and adding some related ones, specifically a no-5th and flat-5th variation on existing qualities.
Right now I have to peek inside
QualityManager()._qualities
to do that, which works, but is accessing a protected member, which is a little gross.The text was updated successfully, but these errors were encountered: