Repeat a tick an arbitraty amoun of times?

Dear list,

Probably a very silly question but can’t come up with an elegant solution…
I want to send an impulse as a trigger for an envelope and I want it to repeat 3 times exactly and stop after it’s done.

What is your suggestion to do it?
My solution uses 6 nodes, but I’m sure there’s gotta be a more concise solution for this.

Thank you tons!

Best,
Q

You could use a Count CHOP and a Hold CHOP.

  • set the Count CHOP Reset Value to -3
  • use the pulse as the input to the Count CHOP
  • use the pulse as the first input for the Hold CHOP
  • set the Hold CHOP to Sample While Off and
  • use the Count CHOP output as the Trigger (second) Input to the Hold CHOP

Now the pulse will be sampled by the Hold until the Count CHOP counts above 0.
Reset the Count CHOP to restart.

Cheers
Markus

Hi there!

I was doing something similar but with your approach it gets to be more compact. Thanks a lot!

Best,
D

Timer CHOP with cycle 3 - 1 node i think.

Oh, there you go. Keep forgetting about the Timer CHOP…

cheers
Markus