Skip to content

Conversation

@SemitoneGene
Copy link
Contributor

Segno are now read and made available in the public API.

@SemitoneGene
Copy link
Contributor Author

I also made a fix to catch.h in cpul that was causing a crash when building on the M1.

@SemitoneGene
Copy link
Contributor Author

Coda reading added as well.

@SemitoneGene
Copy link
Contributor Author

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.

@SemitoneGene
Copy link
Contributor Author

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!

@webern
Copy link
Owner

webern commented Jan 18, 2023

I'll take a look.

@webern
Copy link
Owner

webern commented Jan 18, 2023

Your commit history lol 😅

Don't push anything else ATM, I'll fix it.

@webern
Copy link
Owner

webern commented Jan 18, 2023

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 [email protected]: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

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

Successfully merging this pull request may close these issues.

3 participants