-
As the tittle say, when I send midi CC messages from my volume pedal via BLE it seems to introduce some steps. This does not happen if I connect the Volume pedal directly to the other device via Midi,…
-
```
$ uname -a
Linux mxhome2 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ cinnamon --version
Cinnamon 3.6.7
$ cat /etc/lsb-release
DISTRI…
kgara updated
4 years ago
-
One Midi keyboard (E-Keys49 from Evolution) sends VID 0A4D, PID 0099 and receives all keystroke date via USB correctly.
Second Midi keyboard (Oxygen49 from M-Audio) sends VID 0763, PID 3102. But no k…
-
Hi Necobit.
Does your midi example code work over USB?
I'm looking to use the m5stack as the brains of a footswitch, but would need USB compatibility in addition to the midi ports that your board of…
-
Hi!
Perhaps i'm missing something, but there's any way to select channels on MIDI/USB Output ports?
I'm using it with a iConnect Midi 4+, but i have no chance to select the external hardware cor…
-
From the project description:
> A User-friendly Arduino/Teensy/ESP8266 Library to play MIDI files
Sorry if I missed this, but how does one play MIDI files with this library? I saw the [How to Wr…
-
This issue aims to list all USB requests:
* [ ] RNDIS (#506): networking over USB
* [ ] Library (#559): Extend USB class support using Pluggable USB from Arduino and providind more classe support.…
-
I recently picked up a Line 6 fbv longboard and a shortboard mk11 for not a lot of money on kijiji here in Canada. I am contemplating the options open to me for converting one of these to pedalinomini…
-
The emulator logs look like:
```
CPacketQueue(rx_queue):add() packet lost! Size = 60.. dst: ff-ff-ff-ff-ff-ff .. src: 54-af-97-01-ca-f4
CPacketQueue(rx_queue):add() packet lost! Size = 92.. dst: …
-
I think all this needs is this at the top of midi2dmx.ino:
`#include `
the following inside the setup method:
```
MIDI.begin(MIDI_CHANNEL_OMNI);
MIDI.setHandleControlChange(OnControlChange);
`…