Midi Serial, Pin Selection

Have a look at the MIDI_Bench example which comes with the library to see how to use SoftwareSerial with the library which leaves hardware serial free for other purposes.

SoftwareSerial midiSerial(2,3);
MIDI_CREATE_INSTANCE(SoftwareSerial, midiSerial, softMidi);