-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE-MIDI client: Changes in NimBLE version 1.4.1 #72
Comments
Not sure this question is in the right place, and if it is not, please forgive me. |
As I understood this Github structure right this area is designated for issues - and each issue should have it's own thread... |
I understand, the problem is that it seems no one is answering questions on the discussions area :( I asked a couple questions weeks ago and they are left with no answers. I also did a lot of googling which return zero results. I would like to complete my project but not able to. I think there is another library that allows for this but the midi implementation is not as good as this one. |
@MicroMidi your code is now in the main branch, and should work. (changes to the NimBLE libs are now also incorporated, mostly on the security side) |
The NimBLE library changed its default response behaviour when (un-)subscribing to notifications/indications in Version 1.4.1 (h2zero/NimBLE-Arduino#470). This leads to reconnection problems with a BLE-MIDI server I use in combination with the BLE-MIDI client code. But the response behaviour can be controlled by parameters in the NimBLE library (h2zero/NimBLE-Arduino#473 (comment)).
Is it possible to introduce a user defined parameter in the BLE-MIDI client code to let the user decide whether a response should be generated on (un-)subscribing to notifications/indications or not?
Thanks in advance your support!
The text was updated successfully, but these errors were encountered: