Uses of Class
org.praxislive.code.userapi.Trigger.Timer
Packages that use Trigger.Timer
-
Uses of Trigger.Timer in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Trigger.TimerModifier and TypeMethodDescriptionTrigger.Timer.repeat(double seconds) Set the timer to trigger on repeat at the provided rate.Trigger.Timer.schedule(double seconds) Schedule a one-off trigger after the provided delay.Trigger.Timer.stop()Stop the timer.Trigger.timer()Access theTrigger.Timerfor this trigger to schedule one-off or repeat triggering.