Page 1 of 1
Strange behaviour in chaser
Posted: Sun Jun 11, 2023 9:30 pm
by Eddie
hello to all. I have a doubt about the usage of chasers. Here I have a chaser loaded with a simple function. Everything is set to "per step". The fade in time is set to 500ms and the fade out time also to 500ms. The hold is set to 0ms. But why the duration of the step is showing 500ms if the fade in and out times sums to 1 second ? In concrete, what I want to achieve is that the light starts on, inmediately does a fade out of 500ms and the a fade in of 500ms. Thanks for the help !
Re: Strange behaviour in chaser
Posted: Mon Jun 12, 2023 8:22 am
by GGGss
Let's make the basics clear.
Duration is the sum of the fade-in and the hold time.
The chain of command is fade-in, hold, and then fade-out.
Eddie wrote: ↑Sun Jun 11, 2023 9:30 pm
inmediately does a fade out of 500ms and the a fade in of 500ms. Thanks for the help !
What you are asking does not fit that logic: a fade-out results of something before that, and the fade-in is bound to the next step.
So a chaser would help you here.
Re: Strange behaviour in chaser
Posted: Mon Jun 12, 2023 2:22 pm
by Eddie
GGGss wrote: ↑Mon Jun 12, 2023 8:22 am
Let's make the basics clear.
Duration is the sum of the fade-in and the hold time.
The chain of command is fade-in, hold, and then fade-out.
Eddie wrote: ↑Sun Jun 11, 2023 9:30 pm
inmediately does a fade out of 500ms and the a fade in of 500ms. Thanks for the help !
What you are asking does not fit that logic: a fade-out results of something before that, and the fade-in is bound to the next step.
So a chaser would help you here.
Thank you GGGss !! I was thinking it in the wrong way. Problem solved !!