How to connect multiple patterns for a long set?

How would I go about linking many 2-minute patterns into a single 10-Minute set? The patterns should transition automatically, no manual intervention.

For example, if the project is a simple particle emitter.

  1. Emit 10 Particles, Lifespan 2 (2 Minutes)
  2. Emit 5 Particles, Lifespan 10 (2 Minutes)
  3. Emit 500 Particles, Lifespan 1 (2 Minutes)
  4. etc… etc…

Thanks in advance!

@bluewhale there are lots of ways to think about this. Take a look at the op snippets for the timer CHOP. The timer has a segment table option which would make some of this a little easier to set-up. You could do that with some scripting, or you could use a set of CHOPs with all of your different presets that are switched through.

2 Likes

@raganmd Thank you! I’ll explore the timer CHOP and WOW! I never knew about OP Snippets until now. Its like a whole new world.