BU16 - Not mirroring Grid Editor

Hi there,

New Grid user here, loving these controllers!

I’m having a little issue, I am still getting familiarized with Grid Editor. Today I was doing a radio button which animates the selected led and turn off the rest of leds.

The thing it works perfectly on the Grid Editor, but it only works for the first button in the BU16. I am doing everything using codeblocks (dunno if this is relevant or not)

Any idea what could be happening?
THanks a lot in advance!

oh I just figured this out.

I was using a wrong value for rate argument to start the animation.

led_animation_phase_rate_type(LedNum, layer , phase, rate , shape)

Working great now.
Cheers