Arduino Mega + WS2812B + MIDI

You can’t use a WS2812 led strip with a constant MIDI stream as the LEDs require the interrupts to be disabled when sending data and that screws up the MIDI reception.

You can however do this with the dot star type led strips, because they use an SPI interface, which you can either bit bang or use the SPI hardware on the Arduino.