max22- / ESP32-BLE-MIDI

An Arduino library to use Midi over BLE (Bluetooth Low Energy), on ESP32 boards
MIT License
214 stars 27 forks source link

Concurrently connect to two devices #13

Closed mrichana closed 6 months ago

mrichana commented 2 years ago

Is there a way to connect with both a server and a client, and filter their commands. When I tried only one of the connections was active.

I am trying to add a neopixel strip to my midi piano and use it with Synthesia.

Anyway, thank you for this library.

mrichana commented 6 months ago

No response but a better experience with the nimBLE library. Thank you.