works: MIDI-IN: code + schematics

You perhaps modified it now, but that is a bit strange...

      while (check!= 128 )
      {
        check = Serial.read();
        freqout(note);
      }
    }