-
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
Issue with Ableton and midi "feedback" #87
Comments
Hi, nice work! (This library is a thin wrapper around FortySevenEffects MIDI lib) |
Hi, thank you for the quick reply ! I just searched the issues but could not find anything related. |
I'm going to recommend to create a similar issue (and also point to this one) in the underlying library git. The community there is much better to respond to CC problems. |
Ok, thank you then If anyone is looking for a solution, the new issue is here : FortySevenEffects/arduino_midi_library#346 |
Hi, So after some more research, it seems that the midi gets "reflected" like a midi thru situation. Unfortunately, the function MIDI.turnThruOff(); didn't help :( |
Bizar, MIDI thru has been switched pff Arduino-BLE-MIDI/src/BLEMIDI_Transport.h Line 55 in 929c2fc
Can you check in the underlying lib if MIDI Thru has been switched off (breakpoint or log message) |
Hi,
First thank you for this fantastic repo. I'm doing a "4 knobs" wireless controller using encoders and led ring.
The idea is to be able to control a parameter from various devices and have led feedback on each of them. The other being midi fighter twister is also based on encoders and led rings.
I came across a strange behavior, if arduino is connected to computer through BLE-midi, I have a strange behavior on ableton parameters mapped to midi CC. Not sure how to describe it, it is jerky.
Enregistrement.de.l.ecran.2024-04-14.a.13.28.17.mov
Important to note, this is independent of my code. I can upload a bare minimum code for connecting, and still have the issue. Even without :
MIDI.setHandleControlChange(OnControlChange);
For example I have the issue with this code :
Maybe related to how the arduino send a "confirmation" of the received CC from ableton ?
When I look into details, ableton sends values like : 24, 25, 27, 22, 29, 32, 35 ...
But it only happens with this device and this repo. I thought it may be related to bluetooth latency, but I don't have any issue using TouchOsc on iPhone...
Any hints where to look at ?
Thank you 🙏
The text was updated successfully, but these errors were encountered: