-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: wrong channel_mode during animations #64
Comments
readableness
pushed a commit
to readableness/anduril
that referenced
this issue
Apr 20, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Jul 16, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 14, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Isilmerie
pushed a commit
to Isilmerie/anduril
that referenced
this issue
Oct 16, 2024
restore ramp channel_mode before on. Fixes ToyKeeper#64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cycling {strobe -> off -> ramp} doesn't maintain and restore channel_mode (tint mix) during smooth_steps.
Steps to reproduce, for example on a 2-channel light with ramp using default CM_BLEND of both channels and default USE_SMOOTH_STEPS enabled:
Without the additional restoration of ramp's channel_mode during
event == EV_tick
, the channel_mode can be incorrect during smooth animation to on, jumping to correct at animation end.Fixed by #63
The text was updated successfully, but these errors were encountered: