Mapping of RGBW LED strip

Hello,

I’m struggling to build a patch to control only RGBW pixels.
I need to pixel control the strip in 1 specific way.
The whole strip (128 pixels) is 1 color (let’s say Green) and I want the whole strip to change to RED but pixel by pixel over a certain amount of time.
If that time would be 128sec, every second 1 pixel should change to red so after 128sec the whole strip is red.
Is this possible with Beam and could the change also be with a fade? Like an “line” object?

Hi @Piedro78, the best way to build this would probably be using beam.matrix, which lets you use Jitter to create graphics and pixel-map them onto your fixtures. Have you already tried this approach?