MIDI input / LED strip display timing issue

Grumpy_Mike:
No you don’t need to update any faster than 30 per second because you can’t perceive anything faster.

Ah, did not know that. Then would there be any reason to not do something like:

EVERY_N_MILLISECONDS(30) { FastLED.show(); }

?