Uses of Class
org.praxislive.code.userapi.Trigger
Packages that use Trigger
-
Uses of Trigger in org.praxislive.code
Subclasses of Trigger in org.praxislive.code -
Uses of Trigger in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return TriggerModifier and TypeMethodDescriptionTrigger.clearLinks()Clear all Linkables from this Trigger.Trigger.index(int idx) Set the current index.Run the provided Runnable each time this Trigger is triggered.Trigger.maxIndex(int max) Set the maximum index, at which the index will wrap back to zero.Trigger.trigger()Manually trigger this Trigger.Methods in org.praxislive.code.userapi with parameters of type TriggerModifier and TypeMethodDescriptionprotected voidTrigger.attach(CodeContext<?> context, Trigger previous)