Hello All, so i am new to using arduino, but have decided to take on the challenge of creating something similar to Mitsushi Abe's midi ondes martenot. I'm planning on adapting his code, but when i enter his code into my arduino ide i get the following error message:
Midi_ondes_potential:24: error: 'SensorPin' does not name a type
SensorPin = 0 int; // Connect The Pressure Sensor To A0
^
Midi_ondes_potential:42: error: 'MidiCh' does not name a type
MidiCh = 1 int;
^
Midi_ondes_potential:54: error: 'Float' does not name a type
Float MIDIPITCHSCALE = 0.03785;
^
Am i being a complete noob? any help would be greatly appreciated