Oliver Rockstedt

Results 77 comments of Oliver Rockstedt
trafficstars

> @sourcebox I just sent you an invite via crates.io Thanks, I've accepted it and was added as an owner. I'm currently doing some basic cleanup on the code and...

The transfer is now complete and permissions for the group are also setup on crates.io. Thanks to everybody for making it possible!

I updated the list because https://github.com/rust-embedded-community/usbd-midi/pull/11 has been closed. If we recommend the user to use an external types crate, we maybe should decide what to do with the ones...

Regarding the SysEx processing, maybe the suggestion from @x37v mentioned in the original PR could be further investigated. My initial idea here is to add an `event()` method to `UsbMidiEventPacket`...

> How can I use this crate to parse the raw packets into https://github.com/rust-midi/midi-types. Is there a recommended way? Unfortunately, there's no easy way to do it right now for...

> `midi-types` simply represents the midi, [midi-convert](https://docs.rs/midi-convert/latest/midi_convert/#) parses and renders Thanks for the info, that solves at least part of the question. On our side, making things nicer does require...

> 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...

To improve the whole situation, I started some rework on the `next` branch. The packet itself now stores the raw message so that it can be accessed later. Please have...

> Now I need to figure out how to use it in the other direction. I want to render `rust-midi/midi-types` messages and send them to a `usbd_midi` cable. I will...

@laenzlinger I updated the example to send `midi-types` generated messages.