Adafruit_NeoPixel library corrupts readings from Arduino MIDI library

From the WS2821Serial Library documentation:

WS2812Serial uses one of the hardware serial ports to actually transmit the Ws2812 data.

In my project, I need to read MIDI input from Rx pin. Would this library implementation detail conflict with my requirement?