Uses of Interface
heronarts.lx.modulation.LXCompoundModulation.Target
Packages that use 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
Methods in heronarts.glx.ui that return LXCompoundModulation.Target -
Uses of LXCompoundModulation.Target in heronarts.glx.ui.component
Methods in heronarts.glx.ui.component that return LXCompoundModulation.TargetModifier and TypeMethodDescriptionUIDoubleBox.getModulationTarget()
UIDropMenu.getModulationTarget()
UIIntegerBox.getModulationTarget()
UIParameterControl.getModulationTarget()
Methods in heronarts.glx.ui.component with parameters of type LXCompoundModulation.TargetModifier and TypeMethodDescriptionstatic void
UICompoundParameterControl.addModulationContextActions
(LX lx, List<UIContextActions.Action> actions, LXCompoundModulation.Target target) -
Uses of LXCompoundModulation.Target in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXCompoundModulation.TargetModifierConstructorDescriptionAddModulation
(LXModulationEngine engine, LXNormalizedParameter source, LXCompoundModulation.Target target) RemoveModulations
(LXCompoundModulation.Target parameter) -
Uses of LXCompoundModulation.Target in heronarts.lx.modulation
Fields in heronarts.lx.modulation declared as LXCompoundModulation.TargetModifier and TypeFieldDescriptionLXCompoundModulation.target
The target parameter that receives the compound modulationMethods in heronarts.lx.modulation that return LXCompoundModulation.TargetModifier 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 targetMethods in heronarts.lx.modulation with parameters of type LXCompoundModulation.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 parameterConstructors in heronarts.lx.modulation with parameters of type LXCompoundModulation.TargetModifierConstructorDescriptionLXCompoundModulation
(LXModulationEngine scope, LXNormalizedParameter source, LXCompoundModulation.Target target) -
Uses of LXCompoundModulation.Target in heronarts.lx.parameter
Classes in heronarts.lx.parameter that implement LXCompoundModulation.TargetModifier and TypeClassDescriptionclass
class
CompoundEnumParameter<T extends Enum<?>>
class
class