Arduino-BLE-MIDI icon indicating copy to clipboard operation
Arduino-BLE-MIDI copied to clipboard

MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino

Results 21 Arduino-BLE-MIDI issues
Sort by recently updated
recently updated
newest added

The NimBLE library changed its default response behaviour when (un-)subscribing to notifications/indications in Version 1.4.1 (https://github.com/h2zero/NimBLE-Arduino/pull/470). This leads to reconnection problems with a BLE-MIDI server I use in combination with...

As the tittle say, when I send midi CC messages from my volume pedal via BLE it seems to introduce some steps. This does not happen if I connect the...

This pull request implements a new callback method for passing the device name of the connected BLE-MIDI device as a parameter to the BLE-MIDI client code. It helps to implement...

I'd like to use this library, but I have my own midi handling code. Is there an easy way to decouple this from Arduino-MIDI-Library ? I'd like to get access...

Hi, First thank you for this fantastic repo. I'm doing a "4 knobs" wireless controller using encoders and led ring. ![IMG_2851](https://github.com/lathoub/Arduino-BLE-MIDI/assets/79313360/11a7e22f-9288-4ef2-85ad-de8f57a96cc0) The idea is to be able to control a...

Hi. I want set the midi output to adafruit tinyusb host but get compile error. the code: ``` #include #include #include #include #include //#include //#include //#include //#include Adafruit_USBD_MIDI usb_midi; BLEMIDI_CREATE_DEFAULT_INSTANCE();...

Hi, I have a problem with receiving MIDI data via BLE. The task: the Arduino Nano 33 BLE should receive data from a MIDI interface (here: BLE), which is generated...

I struggled a little to get this working on my m3 mac. Using my version of Arduino IDE (2.3.2) and and latest ESP32 core (3.0.5) the example sketch would not...

I have updated the method names following the migration guide. You can find it here: https://github.com/h2zero/NimBLE-Arduino/blob/62180ab2bc9c9a8b41f9fb800ea7256e89628a3a/docs/1.x_to2.x_migration_guide.md?plain=1#L132 Please note that these changes have only been compiled without errors and have not...

In PlatformIO I've included the lastest library https://github.com/lathoub/Arduino-BLE-MIDI.git in my lib_deps. Upon compiling I get several errors, the first in BLEMIDI_Namespace.h stating "expected declaration before '}' token [Ln 5 Col...