Notifications
Clear all
Getting Started with MIDI
2
Posts
2
Users
0
Reactions
206
Views
Topic starter
I am a university student studying embedded system design. I'm totally new to MIDI but I want to make a MIDI keyboard using an ARM-Cortex-M0+ MCU as my coursework. I plan to use a USB wire to connect it with my laptop, so that I could use it to controll softwares like FL Studio. But besides all the hardware designing work, I don't know how to make my bareboard recognized as a MIDI keyboard. Should I add some related libraries into my program?
This topic was modified 6 months ago by alto clef
Posted : 15/05/2024 1:20 am
I am not sure if you still require an answer but take a look at TinyUSB and their MIDI implementation + example. You can create MIDI devices using the TUSB library.
Posted : 11/07/2024 3:36 pm