Working on a DIN + USB MIDI library #17640
Unanswered
HLammers
asked this question in
Libraries & Drivers
Replies: 2 comments
-
Thanks for sharing! Looks very useful for more advanced USB MIDI things :) I recommend sending an MR to https://awesome-micropython.com/ to get it up there also, it is the main discovery place for MicroPython stuff |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting stuff! I look forward to see your project advancing. I work with MIDI a lot, see https://www.github.com/bixb922/umidiparser (MIDI file parser, MIDI over serial DIN hardware and driver) and https://www.github.com/bixb922/crank-organ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my Cybo-Drummer project I need a library which combines multi-port DIN MIDI and multi-port USB MIDI. This doesn’t exist, so I started to build my own: https://github.com/HLammers/usb-midi
So far I’ve done a lot of testing to get multi-port USB MIDI to work. This wasn’t easy, but eventually I got it working. I’ve tested it with a Windows host and with a Linux host, but not yet with a macOS host (because I don’t have one). Is there perhaps someone who wants to volunteer to test with a Mac?
The library is still in an early stage, but I will keep updating the repo after finishing each next step.
I’m happy to receive feedback and suggestions and I’m also open for collaboration.
Beta Was this translation helpful? Give feedback.
All reactions