Uses of Class
heronarts.lx.modulation.LXCompoundModulation
Packages that use LXCompoundModulation
Package
Description
Components that control automated modulation of parameter values.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of LXCompoundModulation in heronarts.glx.ui.component
Methods in heronarts.glx.ui.component with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionprotected void
UICompoundParameterControl.registerModulation
(LXCompoundModulation modulation) -
Uses of LXCompoundModulation in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type LXCompoundModulationModifierConstructorDescriptionRemoveModulation
(LXModulationEngine engine, LXCompoundModulation modulation) -
Uses of LXCompoundModulation in heronarts.lx.modulation
Fields in heronarts.lx.modulation with type parameters of type LXCompoundModulationMethods in heronarts.lx.modulation that return LXCompoundModulationModifier and TypeMethodDescriptionLXCompoundModulation.setPolarity
(LXParameter.Polarity polarity) Methods in heronarts.lx.modulation that return types with arguments of type LXCompoundModulationModifier and TypeMethodDescriptionLXCompoundModulation.Target.getModulations()
Get the list of modulations applied to this parameterMethods in heronarts.lx.modulation with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionLXCompoundModulation.Target.addModulation
(LXCompoundModulation modulation) Add a modulation to this parameterLXModulationEngine.addModulation
(LXCompoundModulation modulation) void
LXCompoundModulation.Listener.modulationAdded
(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a new modulation is added to a parameterdefault void
LXModulationEngine.Listener.Default.modulationAdded
(LXModulationEngine engine, LXCompoundModulation modulation) void
LXModulationEngine.Listener.modulationAdded
(LXModulationEngine engine, LXCompoundModulation modulation) void
LXCompoundModulation.Listener.modulationRemoved
(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a modulation is removed from a target parameterdefault void
LXModulationEngine.Listener.Default.modulationRemoved
(LXModulationEngine engine, LXCompoundModulation modulation) void
LXModulationEngine.Listener.modulationRemoved
(LXModulationEngine engine, LXCompoundModulation modulation) LXCompoundModulation.Target.removeModulation
(LXCompoundModulation modulation) Remove a modulation fromthis parameterLXModulationEngine.removeModulation
(LXCompoundModulation modulation) -
Uses of LXCompoundModulation in heronarts.lx.parameter
Fields in heronarts.lx.parameter with type parameters of type LXCompoundModulationModifier and TypeFieldDescriptionfinal List<LXCompoundModulation>
CompoundDiscreteParameter.modulations
final List<LXCompoundModulation>
CompoundParameter.modulations
Methods in heronarts.lx.parameter that return types with arguments of type LXCompoundModulationModifier and TypeMethodDescriptionCompoundDiscreteParameter.getModulations()
CompoundParameter.getModulations()
Methods in heronarts.lx.parameter with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionCompoundDiscreteParameter.addModulation
(LXCompoundModulation modulation) Adds a modulation to this parameterCompoundParameter.addModulation
(LXCompoundModulation modulation) Adds a modulation to this parameterCompoundDiscreteParameter.removeModulation
(LXCompoundModulation modulation) Removes a modulation from this parameterCompoundParameter.removeModulation
(LXCompoundModulation modulation) Removes a modulation from this parameterMethod parameters in heronarts.lx.parameter with type arguments of type LXCompoundModulationModifier and TypeMethodDescriptionprotected double
LXListenableNormalizedParameter.getNormalizedWithModulation
(double normalized, List<? extends LXCompoundModulation> modulations) -
Uses of LXCompoundModulation in heronarts.lx.studio.ui.modulation
Fields in heronarts.lx.studio.ui.modulation declared as LXCompoundModulationModifier and TypeFieldDescriptionprotected final LXCompoundModulation
UIAbstractGlobalModulator.UICompoundModulation.modulation
Methods in heronarts.lx.studio.ui.modulation with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionUIAbstractGlobalModulator.addModulation
(LXCompoundModulation modulation) UIAbstractGlobalModulator.removeModulation
(LXCompoundModulation modulation)