-
Currently the logic is hardcoded. It would be great to keep the just some configuration which allows to define some banks of actions to be executed based on user input.
-
While debugging a problem with cmake I found out that clang does not report the correct dirs with "-print-search-dirs", compared to gcc:
Output gcc:
```
install: /boot/system/develop/tools/x86/…
-
**Describe the bug**
Dropped messages were observed when monitoring thousands of messages from a USB High-speed device.
It could not be reproduced with the ProtoZOA (Full-speed device).
**To Repr…
-
**Describe the bug**
Current driver impl doesn't yet return device manufacturer name from the `iManufacturer` string in the device descriptors.
-
There is no documentation for this, and no way to use the macros to generate an appropriate typedef for pointers to the MIDI interface. The only documentation for this is in the closed issue #33, but …
-
There's a few parameters that I need to retrieve from old patches to apply those parameters correctly to the synth. I think I just need to get the lowpass/highpass filter settings from the old patch a…
-
I think that the conversion of a MIDI1 pitch-bend event to MIDI2 has the bytes swapped round. The [MIDI1 messages table](https://midi.org/expanded-midi-1-0-messages-list) lists bytes 2 and 3 as LSB an…
-
**Describe the bug**
Sending undefined System Common/Realtime messages (0xF4, 0xF5, 0xF9, 0xFD) to the USB MIDI device which is working with the USB MIDI 1.0 driver (USBAUDIO.sys) corrupts following …
-
**Describe the bug**
Older MIDI 1.0 class drivers will drop some SysEx from USB-MIDI 1.0 devices
**To Reproduce**
1. Install the enclosed SevenColor4,uf2. This is a USB-MIDI 1.0 device. This is a…
-
In the case of UMP Message Type 3 (Sysex7), the starting of 0xf0 and ending of 0xf7 is removed from the data stream by specification. Currently the simplified translation from USB MIDI 1.0 USB MIDI 2…