Uses of Class
heronarts.lx.LXModulatorComponent
Package
Description
Core LX engine and component functionality.
Modulator classes for real-time audio analysis.
Classes for color manipulation, blending, color values.
Layer components that mutate existing buffers with standardized enable/disable.
Components that control automated modulation of parameter values.
Core classes for procedural animation.
-
Uses of LXModulatorComponent in heronarts.lx
Modifier and TypeClassDescriptionclass
A component which may have its own scoped user-level modulators.class
A layer is a components that has a run method and operates on some other buffer component.class
Base class for system components that run in the engine, which have common attributes, such as parameters, modulators, and layers.class
A component that keeps a reference to a particular model, which may potentially be different than the global model.class
LXModelLayer<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
Class to represent a musical tempo at which patterns are operating. -
Uses of LXModulatorComponent in heronarts.lx.audio
-
Uses of LXModulatorComponent in heronarts.lx.blend
Modifier and TypeClassDescriptionclass
class
class
class
class
The dissolve blend is a special blend used in the crossfader.class
class
class
class
An LXBlend is a loop-based implementation of a compositing algorithm.static class
class
class
class
class
class
-
Uses of LXModulatorComponent in heronarts.lx.color
Modifier and TypeClassDescriptionclass
A dynamic color is a color that has a few different settings that allows it to either be fixed or to change its value over time. -
Uses of LXModulatorComponent in heronarts.lx.dmx
-
Uses of LXModulatorComponent in heronarts.lx.effect
Modifier and TypeClassDescriptionclass
class
class
class
class
Class to represent an effect that may be applied to the color array.static class
Placeholder pattern for when a class is missingclass
LXModelEffect<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
class
-
Uses of LXModulatorComponent in heronarts.lx.effect.audio
-
Uses of LXModulatorComponent in heronarts.lx.effect.color
-
Uses of LXModulatorComponent in heronarts.lx.effect.image
-
Uses of LXModulatorComponent in heronarts.lx.effect.midi
-
Uses of LXModulatorComponent in heronarts.lx.mixer
Modifier and TypeClassDescriptionclass
Abstract subclass for both groups and channelsclass
Abstract representation of a channel, which could be a normal channel with patterns or the master channel.class
A channel is a single component of the engine that has a set of patterns from which it plays and rotates.class
class
Represents the master channel. -
Uses of LXModulatorComponent in heronarts.lx.modulation
-
Uses of LXModulatorComponent in heronarts.lx.pattern
Modifier and TypeClassDescriptionclass
class
Deprecated.class
LXModelPattern<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
A pattern is the core object that the animation engine uses to generate colors for all the points.static class
Placeholder pattern for when a class is missing -
Uses of LXModulatorComponent in heronarts.lx.pattern.audio
-
Uses of LXModulatorComponent in heronarts.lx.pattern.color
Modifier and TypeClassDescriptionclass
class
class
-
Uses of LXModulatorComponent in heronarts.lx.pattern.form
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXModulatorComponent in heronarts.lx.pattern.image
-
Uses of LXModulatorComponent in heronarts.lx.pattern.strip
-
Uses of LXModulatorComponent in heronarts.lx.pattern.test
Modifier and TypeClassDescriptionclass
Braindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXModulatorComponent in heronarts.lx.pattern.texture
-
Uses of LXModulatorComponent in heronarts.lx.script