Help with Arduino-Midi CC out?
I have to volume and tone pots (potentiometers) that I don't use, and are disconnected. I also use the amp simulation software Guitar Rig 4, which allows midi mapping to various parameters.
What I'd like to do is this:
Wire up the two knobs to the Arduino, and have them send out 2 different midi cc messages just like a control knob on a midi controller, so I can map them to different things with midi learn.
The midi out can either be an actual midi out, or if possible output the messages through the usb cable.
I'd like to make an instructable of this too, and all credit would be given to any help I've received.
Help?
5
answers
|
Answer it!
|
you can have the arduino spit out midi (through an sheild) and talk that to the computer,
you can transmit the data to the computer as serial and use a midi bridge software to convert the serial to a virtual midi port in the computer (I can't think of one but I know it exists -- may need to program your own in processing)
Best case scenario, I'd like the whole thing packed inside my SG(which may involve maybe a barebones arduino, or just an ATMega to keep it compact.) and just have a single midi out port on the back of it so I can plug it into my midi-to-usb connector. Though I might have room for a full Arduino in there!
And good luck with your instrument :)
![]() |

































