Need help finshing up wiring up a halloween costume....

Hi

On point 1, you need to change this line in the program

int pitch = analogRead(1);

Change it to a value between 0 and 1023, where 512 is no shift and the extremes are down or up one octave. For example

int pitch = 100;

Regards

Ray