Esp 32 midi controller #793
Replies: 5 comments 21 replies
-
What do you want to build? Your question is not clear to me. A Bluetooth midi device? An usb-midi ? |
Beta Was this translation helpful? Give feedback.
-
Ok, I have the code working with my esp32, well,, its actually a Adafruit feather huzzah 32 which is a esp32 but I also have a esp32 that is a Microcenter brand/version. Additionally I have a Adafruit qtpy esp32 c3 which does not have native usb but all of these microcontrollers have the esp32 so I would use these for bluetooth midi with this sketch. However, in getting the code to be uploaded successfully and my device connected to my daw, the pins I assigned were 34 and 12. I am not getting any midi signal that is triggering the corresponding sounds on my daw. Am I doing something incorrectly? |
Beta Was this translation helpful? Give feedback.
-
yeah, because probably you are sending the worng Data, MIDI can be many thins, notes, pitch shiftint etc. Or maybe there is a setting on the app that is not writing the Data you are sending, but if the BLE connection and the MIDI sending is working, is more like a setup thing. Double check how to send MIDI notes on the documentation, i can not really do more. Sorry |
Beta Was this translation helpful? Give feedback.
-
Hola, para enviar notas midi necesitas usar lo siguiente NoteButton button { Si tienen algun problema, publica de forma enumerada tus preguntas y postea el codigo que tienes para ayudarte |
Beta Was this translation helpful? Give feedback.
-
I got it working but only button 22. I want my other five buttons working two knobs and a joystick on a 1602a |
Beta Was this translation helpful? Give feedback.
-
What is the best was to make something like
But for a esp32 or Adafruit huzzah 32?
Beta Was this translation helpful? Give feedback.
All reactions