Hey all,
I am getting a Raspberry Pi, the 35 dollar computer, and I was wondering if it would be possible to use it as a midi controller. Using the GPIO inputs for buttons and sending midi messages or keystrokes to another computer via Ethernet or over wifi.
I would really appreciate your reply.
actually you could utilize completely its computing power and make a “computer-less” instrument. like have a mini mixing or sample launching app running on there with PureData or Processing. Something like a stand alone Maschine. Running a whole Operating System just to read buttons and send MIDI signals is a little bit over kill, you could easily do the same with a $16 Teensy controller
As ghztomash said, Arduino and Teensy are perfect for this purpose. Teensy even has native MIDI and HID over USB, just plug the USB cable into a computer to get power and MIDI or HID. Sure, a Raspberry PI can do it, but it’s an entire computer, it’s just overkill.
I’ve looked at both actually. I know that using the Raspberry Pi as a midi controller will be overkill, but I can use it as other things as well. @ghztomash did you follow a tutorial that can could help me possibly? If I fail miserably I will buy a teensy and use that.
Thanks for the input!