Suggestion: using a part of a show multiple times #26
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/ShowControl#26
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, I'm making a laser show with this plugin, but lets say I want to use a specific piece of the show multiple times. Lets take the lasers moving back and forth for 5 seconds for example. If I want to repeat this later on in my show, I would have to type all the commands again and change the time (which could be a lot of work if you have many lasers or if you have specific movements for your lasers). Is it maybe possible to add a feature where you can repeat a specific part of a show? Lets say I make a 5 second laser effect and I want to have the laser effect at 00:00:05 and at 00:01:00 in my show. Is it possible to add a feature where you can repeat the laser configuration from 00:00:05 - 00:00:10 at 00:01:00 - 00:01:05 for example?
This could sound a little vague, but I don't know how to explain it better. If there are questions: feel free to message me ;)
Good one! What do you think of a REPEAT cue? This means that when you add this cue, you can give the start and end time to repeat, and it will repeat all the cues from that specific section at the given time.
Yeah that sounds like a good idea!