-
### Operating System
Linux
### Arduino IDE version
2.3.2
### Board
ESP32-S3 Dev Kit
### ArduinoCore version
3.0.2
### TinyUSB Library version
3.3.1
### Sketch as ATTACHED…
-
First a question if I understood it correctly. Since I'll seen that the 'Teensy-USB-MIDI-name.py' contains various XT names I understood that an individual Arduino can act as various separate interfac…
-
Hello,
First of all thanks for the amazing work!
I'm having problems with sending SysEx messages though. I'm trying to send SysEx from the Arduino using hiduino, but for every 3 bytes, the last sen…
-
I have an arduino mega2560 that I've programmed with hiduino. On the face of it, all works well. On linux kmidimon shows arduino_midi as a device and correctly shows the NoteOn/NoteOff messages I'm se…
-
**
Good evening, I'm trying to activate midi in the code but every time I compile it gives me the error below:
Without activating midi I can compile it normally
Arduino: 1.8.19 (Windows 10), Pl…
-
I cannot compile your Sketch because i get this error, although the MIDIUSB.h exists in C:\Users\name\Documents\Arduino\libraries\USBMIDI\src
```
In file included from C:\Users\tills\Documents\Ard…
-
### Related area
I would like to have tinyUSB support USB Host on ESP32-S3
### Hardware specification
ESP32-S3
### Is your feature request related to a problem?
I have USB MIDI Host working under…
-
References:
https://xod.io/libs/e/serial-midi/send(uart)/
https://www.spikenzielabs.com/learn/serial_midi.html
https://forum.arduino.cc/t/midi-library/37819/31?page=2
https://github.com/Fo…
-
I want to use the possibility to receive Midi through UDP (or IP).
In your Desktop examples you provide for both the possibility:
- Sending MIDI to the Arduino TCP Server
- Sending MIDI to the Ardu…
-
It may be advantageous to interface UHS2 with Francios Best's high-level Arduino MIDI Library which has USB transport functionality. AML interfaces with USB via the MIDIUSB library. A similar interfac…