Controlling arduino with a MIDI Input

Hi Guys,
I'm starting a new project where I would be controlling let say an RC Car using a Motion Tracking system.
However, the data produced by the Motion Tracking Software is MIDI.

Is there any way for the Arduino to take in MIDI signals and produce a voltage to control the car?
Any advice or links to tutorials would be a great help

Thanks
A University Student stuck in a project
Clive

The Arduino can receive MIDI messages. Check out the MIDI library and wiring instructions: http://arduino.cc/en/Tutorial/Midi

Thanks Josh,
I'm further forward with my project now.

Thanks again,
Clive :slight_smile: