Blocking Switch effect for 10 seconds

Hi everybody,

Is it possible to block the Switch button for 10 seconds?
I am triggering the switch with Audio Device In to play different videos, but I want each video to play at least 10 seconds.

What would be the best way to do this?

You could do it with a timer CHOP - pulse start the timer when you change videos, part of your video changing logic should check to see if the timer is running. If it’s running (which mean your 10 seconds hasn’t elapsed) you pass, otherwise you complete the change.

Hey,

Alternatively you could also set the Re-Trigger Delay of a Trigger CHOP to 10 seconds. Result being that the trigger CHOP won’t fire for 10 seconds after the last trigger.

Cheers
Markus