Skip to content
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

Open
richard-uk1 opened this issue Mar 28, 2017 · 4 comments
Open

Implement codegen for midi #2

richard-uk1 opened this issue Mar 28, 2017 · 4 comments

Comments

@richard-uk1
Copy link
Owner

At the moment, the library only implements parsing. It could be extended to implement codegen/serialize/whatever you want to call it.

@Boscop
Copy link

Boscop commented Nov 16, 2017

Yes, that would be useful!

@Boscop
Copy link

Boscop commented Apr 4, 2018

It could be done with this:
https://github.com/Geal/cookie-factory
Which is like nom but for serializing.

@richard-uk1
Copy link
Owner Author

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.

@richard-uk1
Copy link
Owner Author

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.

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

No branches or pull requests

2 participants