Skip to content

DIN MIDI AND BLE MIDI use at the same time #309

Answered by vamix2012
vamix2012 asked this question in Q&A
Discussion options

You must be logged in to vote

I inverted the two lines where the midi instances are initialized as following:

MIDI_CREATE_DEFAULT_INSTANCE();
BLE_CREATE_INSTANCE("NAME", BLMIDI);

Sidenote: BLEMIDI does not work because some naming conflicts I guess, that's why is BLMIDI

THEN

MIDI.begin();
BLMIDI.begin();

It works like this when serial midi is default initialized and the BLE or USB are initialized with something other than MIDI.

Hope it would be helpful for other facing the same problem.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vamix2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant