You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build a MIDI keyboard that sends data via both MIDI USB and MIDI BLE. For this, I am using the ESP32-S3 and Control Surfaces. Since I have no way to persist configuration, I have to create both instances of the MIDI objects (USB and BLE). Even though I only use one type of connection at a time, I have to send MIDI commands to both simultaneously in the code.
Could this lead to latency and excessive resource usage?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build a MIDI keyboard that sends data via both MIDI USB and MIDI BLE. For this, I am using the ESP32-S3 and Control Surfaces. Since I have no way to persist configuration, I have to create both instances of the MIDI objects (USB and BLE). Even though I only use one type of connection at a time, I have to send MIDI commands to both simultaneously in the code.
Could this lead to latency and excessive resource usage?
Beta Was this translation helpful? Give feedback.
All reactions