Uses of Interface
heronarts.lx.modulation.LXCompoundModulation.Target
Package
Description
Components that control automated modulation of parameter values.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of LXCompoundModulation.Target in heronarts.glx.ui
-
Uses of LXCompoundModulation.Target in heronarts.glx.ui.component
Modifier and TypeMethodDescriptionUIDoubleBox.getModulationTarget()
UIDropMenu.getModulationTarget()
UIIntegerBox.getModulationTarget()
UIParameterControl.getModulationTarget()
Modifier and TypeMethodDescriptionstatic void
UICompoundParameterControl.addModulationContextActions
(LX lx, List<UIContextActions.Action> actions, LXCompoundModulation.Target target) -
Uses of LXCompoundModulation.Target in heronarts.lx.command
ModifierConstructorDescriptionAddModulation
(LXModulationEngine engine, LXNormalizedParameter source, LXCompoundModulation.Target target) RemoveModulations
(LXCompoundModulation.Target parameter) -
Uses of LXCompoundModulation.Target in heronarts.lx.modulation
Modifier and TypeFieldDescriptionLXCompoundModulation.target
The target parameter that receives the compound modulationModifier and TypeMethodDescriptionLXCompoundModulation.Target.addModulation
(LXCompoundModulation modulation) Add a modulation to this parameterLXCompoundModulation.Target.addModulationListener
(LXCompoundModulation.Listener listener) Adds a listener to the modulation targetLXCompoundModulation.Target.removeModulation
(LXCompoundModulation modulation) Remove a modulation fromthis parameterLXCompoundModulation.Target.removeModulationListener
(LXCompoundModulation.Listener listener) Removes a listener from the modulation targetModifier and TypeMethodDescriptionvoid
LXCompoundModulation.Listener.modulationAdded
(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a new modulation is added to a parametervoid
LXCompoundModulation.Listener.modulationRemoved
(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a modulation is removed from a target parameterModifierConstructorDescriptionLXCompoundModulation
(LXModulationEngine scope, LXNormalizedParameter source, LXCompoundModulation.Target target) -
Uses of LXCompoundModulation.Target in heronarts.lx.parameter
Modifier and TypeClassDescriptionclass
class
CompoundEnumParameter<T extends Enum<?>>
class
class