-
Notifications
You must be signed in to change notification settings - Fork 7
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
New Texturizing Pattern: Auxiliary Notes #121
base: main
Are you sure you want to change the base?
Conversation
Dear Arisa, The code looks good! I need to checkout the branch and run it locally to inspect it more closely. In the meantime, I have a request if you wish to merge your code into the official AugmentedNet codebase:
Something like this should help you with that, if you run it from the root folder of the repository: $ pip install black
$ python -m black --exclude "rawdata|.env" --check -l 79 . Black is a code formatter. All of the code in the repository uses this convention and any new code is expected to also use the convention. The |
"RomanNumeral31", | ||
# "SecondaryDegree22", | ||
"SecondaryDegree22", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. Are you running your experiments with all of these classification outputs turned on? I actually think I've never done that :).
Adds a new texturization pattern in
texturizers.py
. Creates an auxiliary note from a quater note / half note long chords.