Skip to content

Bug or misunderstanding in shows #136

Closed Answered by avanwinkle
worldpeace-germany asked this question in Q&A
Discussion options

You must be logged in to vote

For this type of delay-at-end-of-show, rather than using expiration you should add a fourth step with time: +200s and nothing else. MPF will see this step and calculate the total show duration from it, and then restart the show.

Conceptually, show steps don't "start" and "end" but rather each show step is a timestamp at which any number of events are fired off. So the +10 is indeed the time since the last step was triggered, because you may have various things in a given step and some of them may end before the next step and others may run well past the next step(s).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by worldpeace-germany
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants