You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it perhaps possible to set a kind of transition time for the lights to be controlled?
For example, light 1 is set to RGB 254,0,0 and should be dimmed and the color changed to 0,50,0 within a time span of 0.5 seconds.
Can this be achieved with a command that includes a sort of transition period?
Something like "streaming.set_input((0, 50, 0, 1), trans 0.5)"
Is this perhaps possible to integrate in the future?
The text was updated successfully, but these errors were encountered:
@H852ing Hi, right now the transition feature is not included but is something I'm working on atm. Until the new release happens you will need to implement it yourself. Stay tuned. Closing this as an issue and reopening it as a feature request!
Is it perhaps possible to set a kind of transition time for the lights to be controlled?
For example, light 1 is set to RGB 254,0,0 and should be dimmed and the color changed to 0,50,0 within a time span of 0.5 seconds.
Can this be achieved with a command that includes a sort of transition period?
Something like "streaming.set_input((0, 50, 0, 1), trans 0.5)"
Is this perhaps possible to integrate in the future?
The text was updated successfully, but these errors were encountered: