Alex Norman
Alex Norman
https://github.com/Boddlnagg/midir/blob/85eaa46bf0b3e428621cbdec46af2423229da098/src/backend/jack/mod.rs#L176-L194 The process callback is called in the jack process graph which should only be executing "realtime safe" operations but `midir` creates `MidiMessage`, which uses a [Vec](https://github.com/Boddlnagg/midir/blob/85eaa46bf0b3e428621cbdec46af2423229da098/src/lib.rs#L43-L46) for its bytes,...
I'm using both usb and serial midi in a project so I wanted to share types between the two, [embedded-midi](https://github.com/rust-midi/embedded-midi) uses a platform agnostic [midi-types](https://github.com/rust-midi/midi-types) representation of midi messages and...
Is the code as is stable enough for a new release? I see that crates.io has `usbd-midi 0.2.0` but that version doesn't have the midi read support that is in...
stm32h7xx_hal has advanced a minor version `11 -> 12`.. this PR updates to the latest release, the api changed a little. I've spot checked a couple of the examples but...
if not.. remove the `_bss` from the name
it has been released for a while.. @x37v has a WIP
If I add an interface in the interfaces view, submit, i am sent back to the interfaces menu , i see the lines for each interface, but the text has...
Currently I am doing styling by executing a function in the 'oninit' callback for the last element in my interface.. I figure this is something useful to a lot of...