Hi,
I'm sure there's an obvious way to do this but I've not figured it any but a brute force approach:
Here's what I'm trying to do:
- I've got 22 fixtures.
- I want to turn on a progressively larger set of fixtures: 1 then 1+2 then 1+2+3 ...etc until all 22 are on
Brute force would be to build one scene for each of the 22 combinations and then I could do chaser steps for each. There must be a more elegant way. Collection doesn't seem like it. And I can't figure out how to make a sequence that is perhaps the answer.
Thanks,
Charlie