-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support for segno reading #134
base: master
Are you sure you want to change the base?
Conversation
I also made a fix to catch.h in cpul that was causing a crash when building on the M1. |
Coda reading added as well. |
Added rehearsal reading. In typical Gene fashion, I just realized all these changes only deal with reading. I am working on getting the writer work done. |
I stubbed in the writing functions, but need to do some more work to understand the correct way to write the info out. Any help is appreciated! |
I'll take a look. |
Your commit history lol 😅 Don't push anything else ATM, I'll fix it. |
I think I fixed the git history at least. I force pushed to your fork and branch (because you can do that with GitHub, it's crazy). So, Assuming your fork is at "origin", you should: cd mx
git remote add upstream git@github.com:webern/mx.git
git checkout master
git fetch upstream master
git reset --hard upstream/master
git push origin -f master
git fetch origin gene/351
git checkout gene/351
git reset --hard origin gene/351 |
Segno are now read and made available in the public API.