-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement codegen for midi #2
Comments
Yes, that would be useful! |
It could be done with this: |
I'm gonna have a look at this now - I know more about streaming now so I might be able to write a better API. |
I'd recommend checking out https://github.com/RustAudio/rimd - it implements both serialization and deserialization of SMF (midi files) and a load of other stuff. I think if I worked on this lib I'd be duplicating functionality. |
At the moment, the library only implements parsing. It could be extended to implement codegen/serialize/whatever you want to call it.
The text was updated successfully, but these errors were encountered: