Hello everyone,
I’m using an HD1026 with BA:connected and Nexmosphere sensors.
This is a loop → video storyboard, but I’m using the Rotate-and-Seek plugin to add a fade to black, so it becomes loop → fade → video.
While in the loop video state, if a serial message arrives:
- it assigns the input to a "video" variable (ok)
- it sends a plugin message to start the fade (ok)
- it moves to an event handler state, waiting for the fade to end (ok)
When the event handler state receives the "ef" plugin message:
- it moves to an on-demand state that uses the "video" variable as the key
However, it always plays the fallback video.
I’m printing the "video" variable in a live text field, and it’s correct.
N.B.: If I connect loop to on-demand directly, everything works (except the fade to black).
screenshots attached:


