Christof Laenzlinger
Christof Laenzlinger
Hi I am interested in this PR. Is there anything that needs to be done or I could help? For example do some testing?
I am on the same route as @allenhuish: I am trying to build on my m1 mac. Unfortunately I am absolutely not expert in C++ tooling. Please apologise if I...
The above build problem was fixed by uninstall binutils (brew uninstall binutils) After removing it, the application was working without issues.
I am using waybar and this this styles worked great for me. Would be great to have it regenerated, since in the last 6 years, many new themes. Would it...
@JamyGolden Yes I would be willing to maintain it. I am interested, because I am using it already. I have to learn how to do it, but I am willing...
I like the resolution to expose the regular midi raw data and let the application decide on the further midi processing.
How can I use this crate to parse the raw packets into https://github.com/rust-midi/midi-types. Is there a recommended way?
What can be used to get packages? Would I use the `MidiPacketBufferReader` to get the `&packet[1..]` ? However that does not seem to expose the raw data. Or do I...
Thank you very much @sourcebox . I applied your example to my application and it works well so far! Now I need to figure out how to use it in...
Thank you very much for this effort @sourcebox and implementing these hooks. It works as expected for my use case.