Uses of Class
heronarts.lx.parameter.TimeParameter
Package
Description
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of TimeParameter in heronarts.lx.modulator
Modifier and TypeFieldDescriptionfinal TimeParameter
Damper.engageTime
final TimeParameter
Damper.releaseTime
final TimeParameter
Timer.time
-
Uses of TimeParameter in heronarts.lx.parameter
Modifier and TypeMethodDescriptionTimeParameter.setDescription
(String description) TimeParameter.setTime
(int secondsOfDay) Sets the time parameter to the given number of seconds in the dayTimeParameter.setTime
(int hours, int minutes, int seconds) Sets the value of the time parameter -
Uses of TimeParameter in heronarts.lx.studio.ui.modulation
Modifier and TypeMethodDescriptionstatic UI2dContainer
UITimer.newTimerRow
(LXStudio.UI ui, String label, TimeParameter time, BooleanParameter triggerOut)