Arduino midi drums

Hi,
I am new to arduino and i would like to make arduino midi drums using piezo sensors. I would like any advice concerning this subject (especially about the kind of software i should use).
thank you very much.

This is a simple project:-
http://www.spikenzielabs.com/SpikenzieLabs/DrumKitKit.html
Even if you just get the bits yourself and build it up on strip board.

Attached is some software I wrote a few years ago when I was playing with making a MIDI based drum kit. It allows for analog based drums (like the piezo sensor) and also simple switch based drums. The data for the instruments is in a data table, which should be the only changes necessary for implementing different sounds.

The hardware side is the same as what Grumpy_Mike pointed you to.

Hope this helps.

ArduDrumKit.zip (6.29 KB)