Uses of Class
heronarts.lx.parameter.TimeParameter
Packages that use 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
Fields in heronarts.lx.modulator declared as TimeParameterModifier and TypeFieldDescriptionfinal TimeParameter
Damper.engageTime
final TimeParameter
Damper.releaseTime
final TimeParameter
Timer.time
-
Uses of TimeParameter in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return TimeParameterModifier 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
Methods in heronarts.lx.studio.ui.modulation with parameters of type TimeParameterModifier and TypeMethodDescriptionstatic UI2dContainer
UITimer.newTimerRow
(LXStudio.UI ui, String label, TimeParameter time, BooleanParameter triggerOut)