MIDI Serial Port

MyMidi midi(Serial);

You're still passing the hardware serial to the midi lib... you need to pass the nss object that you created earlier..

NewSoftSerial mySerial(10, 11);