-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adds conversion of DCML harmony labels to Dezrann format #102
base: main
Are you sure you want to change the base?
Conversation
collab with Louis Couturier
…ided as default arguments)
…atment; enables deactivating the default layers by passing 0
…onto beat 1 of each alternative ending (volta); also prepares the function for creating labels pertaining to the various layers
…cept numerical arguments for Dezrann layers
…respond to the original annotation file
# Conflicts: # src/ms3/annotations.py
…to dezrann_rebased
Hi @pythouille, I'm under the impression that the I think a more systematic way for including the two conversions (to .dez and to .mm.json) would be to ditch the idea of making them independent from ms3 and to include them as additional options to the There is a draft of a simplified compression algorithm that simply compares a MM entry with the expected default generated from the previous entry (in other words, correctly reconstructing it in the first place is the guarantee that it can be omitted). Do you agree with these things? Would you mind comparing the rules constructed over there in the function |
As laid out in #47. This is a rebased version of the
dezrann
branch which has been deleted. Many thanks to @pythouille!