Uses of Interface
heronarts.lx.modulation.LXModulationContainer
Packages that use LXModulationContainer
Package
Description
Core LX engine and component functionality.
Layer components that mutate existing buffers with standardized enable/disable.
Core classes for procedural animation.
-
Uses of LXModulationContainer in heronarts.lx
Classes in heronarts.lx that implement LXModulationContainerModifier and TypeClassDescriptionclassA component which may have its own scoped user-level modulators.classThe engine is the core class that runs the internal animations. -
Uses of LXModulationContainer in heronarts.lx.dmx
Classes in heronarts.lx.dmx that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.effect
Classes in heronarts.lx.effect that implement LXModulationContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassClass to represent an effect that may be applied to the color array.static classPlaceholder pattern for when a class is missingclassLXModelEffect<T extends LXModel>Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclassclass -
Uses of LXModulationContainer in heronarts.lx.effect.audio
Classes in heronarts.lx.effect.audio that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.effect.color
Classes in heronarts.lx.effect.color that implement LXModulationContainerModifier and TypeClassDescriptionclassclassclass -
Uses of LXModulationContainer in heronarts.lx.effect.image
Classes in heronarts.lx.effect.image that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.effect.midi
Classes in heronarts.lx.effect.midi that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.mixer
Classes in heronarts.lx.mixer that implement LXModulationContainerModifier and TypeClassDescriptionclassAbstract subclass for both groups and channelsclassAbstract representation of a channel, which could be a normal channel with patterns or the master channel.classA channel is a single component of the engine that has a set of patterns from which it plays and rotates.classclassRepresents the master channel. -
Uses of LXModulationContainer in heronarts.lx.pattern
Classes in heronarts.lx.pattern that implement LXModulationContainerModifier and TypeClassDescriptionclassclassDeprecated.classLXModelPattern<T extends LXModel>Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclassA pattern is the core object that the animation engine uses to generate colors for all the points.static classPlaceholder pattern for when a class is missing -
Uses of LXModulationContainer in heronarts.lx.pattern.audio
Classes in heronarts.lx.pattern.audio that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.pattern.color
Classes in heronarts.lx.pattern.color that implement LXModulationContainerModifier and TypeClassDescriptionclassclassclass -
Uses of LXModulationContainer in heronarts.lx.pattern.form
Classes in heronarts.lx.pattern.form that implement LXModulationContainerModifier and TypeClassDescriptionclassclassclassclass -
Uses of LXModulationContainer in heronarts.lx.pattern.image
Classes in heronarts.lx.pattern.image that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.pattern.strip
Classes in heronarts.lx.pattern.strip that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.pattern.test
Classes in heronarts.lx.pattern.test that implement LXModulationContainerModifier and TypeClassDescriptionclassBraindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXModulationContainer in heronarts.lx.pattern.texture
Classes in heronarts.lx.pattern.texture that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.script
Classes in heronarts.lx.script that implement LXModulationContainer -
Uses of LXModulationContainer in heronarts.lx.studio.ui.modulation
Constructors in heronarts.lx.studio.ui.modulation with parameters of type LXModulationContainerModifierConstructorDescriptionUIDeviceModulator(LXStudio.UI ui, LXModulationContainer device, LXModulator modulator)