I’m new to the forum and as far as I have searched there are no other threads like like this but I apologise in advanced if there has. I am planning on building a midi controller using a Hale UMC 32 and I was wondering whether it was possible to incorporate LED’s to the same capacity as the midifighter (LED for everybutton with similar functions). I have worked with circuits a little bit and am confident with soldering so if anyone has experience your knowledge is greatly appreciated.
I haven’t ever seen this board, I’m building mine using an Arduino and the next one I build is probably going to be based on a ChipKit Max32 by diligent. The latter has more I/O(83) than arduino mega(70) , runs at 80 MHz(arduino mega runs at 16) and it’s architecture is 32bit(arduino is 8bit) and best of all it is compatible with the arduino IDE. I’m just waiting for confirmation that it can be run as a USB MIDI device and I’ll purchase it. You could use that.
If you really want to use UMC 32 this is what I got from their website:
No, unfortunately it does not. This is also one of the reasons that I’ll probably use chipKit in my next project. It runs on a PIC which can produce midi data.
For my current project I eliminated the need for intermediary serial-to-midi software by using a midi to usb cable as described in this tutorial:
EDIT: I just received an email from diligent. It seems chipKit suffers from the same problems as arduino. It outputs serial data not midi…