2018-03-11 02:22 PM
Hi all!
I'm looking for a C library for MIDI communication over UART, in order to use standard DIN connectors.
I found many topics about MIDI-USB midibut I can't find any library for MIDI using UARTs.
Could you please suggest me a good MIDI library for STM32?
Many thanks!
Alessio
#midi #uart #midi-uart2018-03-12 03:32 AM
http://lmgtfy.com?q=STM32+MIDI
The only thing that's (potentially) different about MIDI from any other U(S)ART usage is that it uses an 'odd' baud rate.
Other than that, the U(S)ART usage is perfectly standard.
Note that STM32 is now supported for Arduino:
There are certainly Arduino MIDI examples around.
EDIT
The full MIDI specifications are available for free download: