Is it possible to use NewSoftSerial so that another pin(port) for the MIDI signal in the MIDI library is used.
The MIDI library uses digital pins 0 & 1
Is it possible to use pin 1 (TX) to communicate with the USB and Pin 0 (Rx) to accept MIDI inputs.That way I can use to use the existing MIDI library.
Midi midi(Serial);