Strange behaviour in chaser
-
- Posts: 23
- Joined: Fri Jul 24, 2020 1:02 am
- Real Name: Nahuel
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 !
- GGGss
- Posts: 3052
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
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.
So a chaser would help you here.
Duration is the sum of the fade-in and the hold time.
The chain of command is fade-in, hold, and then fade-out.
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.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 23
- Joined: Fri Jul 24, 2020 1:02 am
- Real Name: Nahuel
Thank you GGGss !! I was thinking it in the wrong way. Problem solved !!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.
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.