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 voidUICompoundParameterControl.enableModulationRedraw(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 parameterLXCompoundModulation.Target.getUIThreadModulations()Gets a list of modulation applied to this parameter for use on UI threadMethods in heronarts.lx.modulation with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionLXCompoundModulation.Target.addModulation(LXCompoundModulation modulation) Add a modulation to this parameterLXModulationEngine.addModulation(LXCompoundModulation modulation) voidLXCompoundModulation.Listener.modulationAdded(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a new modulation is added to a parameterdefault voidLXModulationEngine.Listener.Default.modulationAdded(LXModulationEngine engine, LXCompoundModulation modulation) voidLXModulationEngine.Listener.modulationAdded(LXModulationEngine engine, LXCompoundModulation modulation) voidLXCompoundModulation.Listener.modulationRemoved(LXCompoundModulation.Target parameter, LXCompoundModulation modulation) Fires when a modulation is removed from a target parameterdefault voidLXModulationEngine.Listener.Default.modulationRemoved(LXModulationEngine engine, LXCompoundModulation modulation) voidLXModulationEngine.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.modulationsfinal List<LXCompoundModulation> CompoundParameter.modulationsMethods in heronarts.lx.parameter that return types with arguments of type LXCompoundModulationModifier and TypeMethodDescriptionCompoundDiscreteParameter.getModulations()CompoundParameter.getModulations()CompoundDiscreteParameter.getUIThreadModulations()CompoundParameter.getUIThreadModulations()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 doubleLXListenableNormalizedParameter.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 LXCompoundModulationUIModulationMappings.UICompoundModulation.modulationMethods in heronarts.lx.studio.ui.modulation with parameters of type LXCompoundModulationModifier and TypeMethodDescriptionUIModulationMappings.addModulation(LXCompoundModulation modulation) UIModulationMappings.removeModulation(LXCompoundModulation modulation)