Christof Laenzlinger
Christof Laenzlinger
I have tested the latest `next` branch. It works for me as expected. +1 for a release based on `usd-device` version 0.3.2. I have a question to the example. I...
I had a quick look at the ESP32-S3 example and was asking myself: Why is a separate buffer used for Sysex messages? Couldn't the same buffer be reused as for...
I am currently trying to implement the [OpenDeck Sysex Configuration Protocol](https://github.com/shanteacontrols/OpenDeck/wiki/Sysex-Configuration). So far I did not find any problem with this `usbd_midi`.
Just stumbled upon https://crates.io/crates/midi2 What do you think about this representation of MIDI messages? It looks to me to be already very complete.
Thanks @sourcebox . Is it correct that MIDI2.0 would be a different USB class https://www.usb.org/sites/default/files/USB%20MIDI%20v2_0.pdf ? I thought it might be worth mentioning this [crate](https://crates.io/crates/midi2) because you have also listed...
I forgt to mention that I am testing with a linux host. In case the host is not connected, the device state is not `UsbDeviceState::Configured` But as soon as a...
I have created a Pull Request on the FluidNC repo (it seems that repo has a more recent version of the `fluidterm.py` file. See https://github.com/bdring/FluidNC/pull/1509
thank you so much @falkTX It worked like a charm when after installing qemu-user-static on the container with ``` sudo apt-get install qemu-user-static ``` and then building dragonfly-reverb with ```...
I am struggling with my rust knowledge. Sorry for this. Any help is very much appreciated. In addition to the question above, I am struggling already with returning a single...
Thank you for your answer. At the moment I want to send `ChannelVoice1` or MMC (`Sysex7`?) types of messages. However, in future also other (MIDI2) types of messages might also...