-
Notifications
You must be signed in to change notification settings - Fork 65
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
Wrap MIDI APIs #16
Comments
Your request is hereby noted! :-) |
You are allowed to copy/paste freely. |
@Boddlnagg Would you mind having a look and see if it looks the way you expect? (Btw, I didn't end up copy-pasting much. Mostly a few constants) |
@diwic Thanks a lot! Unfortunately I don't have much time this week (and probably also the coming weeks), so it will take some time until I can have a look ... sorry. |
@Boddlnagg |
If this crate also contained the MIDI APIs, I could use it in https://github.com/Boddlnagg/midir. Since you say that these APIs are not implemented "mostly because nobody asked for them", I'm just going to ask for them now 😉
I'm currently wrapping some parts myself (https://github.com/Boddlnagg/midir/blob/master/src/backend/alsa/wrappers.rs), mostly to be able to use RAII, but I'm not sure if those wrappers are actually safe. They are used in https://github.com/Boddlnagg/midir/blob/master/src/backend/alsa/mod.rs (ALSA is actually the most complicated of the backends in midir ...).
The text was updated successfully, but these errors were encountered: