TheKikGen / USBMidiKliK4x4

UMK4x4 - 4-16 in/out and 3-15 IN/3OUT USB MIDI interface for STM32F103 series board
129 stars 22 forks source link

Need help to create midi on stm32 #16

Closed 4dvn closed 4 years ago

4dvn commented 4 years ago

I wanna to tranform midi on arduino code to stm32 with 16 buttons but i can't find how to make it can you help me the code of 16 buttons on stm32f103c8t6 with this library?

TheKikGen commented 4 years ago

Better to ask to the Arduino forum I think, or give more details about what you want to do !

TheKikGen commented 4 years ago

OK. I checked your Github : are you talking of the "Midi_Fighter_Classic" project ? You want to port it to STM32 ? Totally doable. You have to start with https://github.com/rogerclarkmelbourne/Arduino_STM32

Then you could fork the USBMIDILKLIK4x4 project here and start to dig in...