nicolasvair
nicolasvair
Hi, thank you for the quick reply ! I just searched the issues but could not find anything related.
Ok, thank you then If anyone is looking for a solution, the new issue is here : https://github.com/FortySevenEffects/arduino_midi_library/issues/346
Hi, So after some more research, it seems that the midi gets "reflected" like a midi thru situation. (like [this post](https://github.com/FortySevenEffects/arduino_midi_library/issues/147)) Unfortunately, the function MIDI.turnThruOff(); didn't help :(
Hi, thank you for your answer I tried USB by adding : #include USBMIDI_CREATE_DEFAULT_INSTANCE(); But I get the following errors : - #error MIDIUSB can only be used with an...
Hi, So it seems to be related to midi thru... I'm not sure if the issue is related to BLE-midi or forty-seven If I try a MIDI.turnThruOff(); before or after...
Thank you for your answers. Maybe dumb question but what about midi CC ? My issue is with midi CC. Also following lathoub advices on [this post](https://github.com/lathoub/Arduino-BLE-MIDI/issues/86), I used [this...
Yes it would also help me very much ! Side note, do any of you know any sound processing in the wavelet domain ? If existing in python, it would...
Ok thank you for your answers, I'll try to build it. But I'm on macOS.. wish me luck ! ha
Hi, I finally managed to build the firmware on Mac, via multipass as a virtual machine for ubuntu 24.04 It wasn't trivial but it finally worked. Doing so, I didn't...