Is it possible to have multiple LED strips running separate code on separate pins

Is it possible to have multiple LED strips running separate code on separate pins from the same arduino? For example on a quadrotor, I’d have strips on each arm running code that monitors the separate pwm throttle outputs from the flight control board to the motors and slightly changes the speed of a wave or hue or some other value for each individual strip.

Yes - see https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples

Awesome! That helps a lot, thank you!