Replies: 3 comments 7 replies
-
Surprising that this doesn't exist! I'm sure it's not too hard to get our |
Beta Was this translation helpful? Give feedback.
-
Our implementation relies on the espressif USB library, which is nontrivial and I think makes specific assumptions about the USB hardware choices on the ESP32. There are probably lots of USB libraries for Arduino, and lots of hardware variants that have to be supported. I don't think porting our code will be easy because of the way it assumes espressif's API. |
Beta Was this translation helpful? Give feedback.
-
Perhaps there's some confusion - are we asking about turning a ESP32 board into a MIDI peripheral (that is, you plug it into a computer and it's recognized as a USB MIDI port that you can send notes to), or allow a ESP32 board to have a MIDI USB peripheral plugged into it (for example, a USB->MIDI adapter, or keyboard or synth with USB MIDI)? Tulip only does the latter. |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for posting Tulip!
Can post a portable USB MIDI implementation for S3 (seems Brian Whitman likely knows how to port that from Tulip easily) that functions with Arduino IDE? (to receive MIDI from a DAW on laptop through S3 USB)
I have been working on that for hours today and it's obvious (from many searches and some code testing today) that the ESP32 synth community needs that.
Thanks in advance, if possible!
PS: Yes, of course in C/C++.
Beta Was this translation helpful? Give feedback.
All reactions