ARDUINO + musical instrument shield to make a Keyboard

MusicIntrument_Keyboard_Error

Hello.
Thank you very much for posting your Arduino Music Instrument_Keyboard.
I pasted your program on Arduino 1.01 and verified it.

Then I get lots of error messages as I post the image here.

For example,
In the void setup()
The line
" pinMode(inputPins, OUTPUT);//pinMode(outputPins, OUTPUT); "
is highlighted and there's a message as
" invalid conversion from 'int*' to 'uint8_t' "

I cannot understand the error messages, because your code seems ok.
If I click "Upload" button, the result is the same.

What is wrong?
I'm looking forward your reply.

P.S.
The title name of the file is "MusicIntrument_Keyboard.ino"
I use Arduino Uno R2 and I use Windows XP.
Board and Serial port( Com4 ) is correctly setup on Arduino 1.01.