Merger with BLE and Serial1 - CC events not forwarded #283
Unanswered
agentff6600
asked this question in
Q&A
Replies: 2 comments 5 replies
-
cc @lathoub, any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
-
hmm, good question. Do you get all traffic when using just BLE @agentff6600 ? (so removing all serial MIDI from the example) For these sort of use-case (merger), I add a callback to: arduino_midi_library/src/MIDI.h Line 186 in 2d64cc3 That way, you are sure to get the entire, correct, MIDI message. Also, add an error handler to make sure no errors are reported. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am working on a merger that repeats messages between MIDI I/O via serial1 and BLE MIDI.
Any message gets through from MIDI in to BLE MIDI
From BLE MIDI to MIDI out I only get note events.
Any tips, pointers, remarks? I used the example "Dual Merger" as base.
Beta Was this translation helpful? Give feedback.
All reactions