Uses of Interface
heronarts.lx.LXLoopTask
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.
Utility abstraction for values that vary over time.
Core classes for procedural animation.
-
Uses of LXLoopTask in heronarts.glx.ui
Modifier and TypeClassDescriptionclass
class
class
class
class
class
A component in a UI3dContext.class
This is a layer that contains a 3d scene with a camera.class
class
class
static class
Modifier and TypeMethodDescriptionUI.addLoopTask
(LXLoopTask loopTask) Add a task to be performed on every loop of the UI engine.UIObject.addLoopTask
(LXLoopTask loopTask) Add a task to be performed on every loop of the UI engine.UI.removeLoopTask
(LXLoopTask loopTask) Remove a task from the UI engineUIObject.removeLoopTask
(LXLoopTask loopTask) Remove a task from the UI engine -
Uses of LXLoopTask in heronarts.glx.ui.component
Modifier and TypeClassDescriptionclass
static class
static class
static class
static class
static class
class
class
class
Section with a title which can collapse/expandclass
class
protected class
class
static class
static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
static class
static class
class
class
A simple text label object.static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of LXLoopTask 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
class
Class to represent a musical tempo at which patterns are operating.Modifier and TypeMethodDescriptionLXEngine.addLoopTask
(LXLoopTask loopTask) Add a task to be run on every loop of the engine thread.LXEngine.removeLoopTask
(LXLoopTask loopTask) Remove a task from the list run on every loop invocation -
Uses of LXLoopTask in heronarts.lx.audio
Modifier and TypeClassDescriptionclass
A frequency gate monitors a Graphic Meter for a particular frequency range and triggers when that range passes a certain threshold.class
A DecibelMeter is a modulator that returns the level of an audio signal.class
class
protected class
class
class
A graphic meter splits the signal into frequency bands and computes envelopes for each of the bands independently.class
class
class
class
-
Uses of LXLoopTask 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 LXLoopTask in heronarts.lx.clip
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLoopTask 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.class
A palette is an object that is used to keep track of top-level color values and set modes of color computation.class
A swatch is a set of up to 5 dynamic colors that can be referenced by patterns and effects. -
Uses of LXLoopTask in heronarts.lx.dmx
Modifier and TypeClassDescriptionclass
Abstract DMX Modulator specifying a universe, channel, and number of bytes.class
Extracts a color from three DMX channels starting at a given address.class
A modulator converting DMX input to normalized output, with three modes: 8-bit: single DMX channel scaled to normalized output 16-bit: two DMX channels for high resolution, scaled to normalized output Range: A range from [min] to [max] within a DMX channel.class
-
Uses of LXLoopTask 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 LXLoopTask in heronarts.lx.effect.audio
-
Uses of LXLoopTask in heronarts.lx.effect.color
-
Uses of LXLoopTask in heronarts.lx.effect.image
-
Uses of LXLoopTask in heronarts.lx.effect.midi
-
Uses of LXLoopTask 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 LXLoopTask in heronarts.lx.modulation
-
Uses of LXLoopTask in heronarts.lx.modulator
Modifier and TypeClassDescriptionclass
An accelerator is a free-running modulator that changes its value based on velocity and acceleration, measured in units/second and units/second^2, respectively.class
An accumulator oscillates between increasing and decreasing value by some velocity such that it never overflows or stops moving outside of the floating point range.class
class
class
A click is a simple modulator that fires a value of 1 every time its period has passed.class
class
A modulator that tracks the value of a parameter but damps motion over time according to rules.class
Modulator that provides randomization within normalized value range.class
class
An extendable modulator class that lets a custom normalized function be supplied by simply extending this class and supplying a compute() and invert() method.class
class
Modulator that provides randomized triggering on an intervalclass
This modulator is a simple linear ramp from one value to another over a specified number of milliseconds.class
A Modulator is an abstraction for a variable with a value that varies over time, such as an envelope or a low frequency oscillator.static class
Placeholder pattern for when a class is missingclass
An LXPeriodicModulator is a modulator that moves through a cycle in a given amount of time.class
Utility subclass for modulators which oscillate in a range of values between a minimum and a maximum.class
class
class
class
class
class
class
class
class
Modulator that provides random noise outputclass
class
A quadratic envelope moves from one value to another along a quadratic curve.class
Modulator that provides randomization within normalized value range.class
A sawtooth LFO oscillates from one extreme value to another.class
class
A classic sinusoidal oscillator.class
class
class
Simple square wave LFO.class
class
class
A triangular LFO is a simple linear modulator that oscillates between a low and hi value over a specified time period.class
A sawtooth LFO oscillates from one extreme value to another. -
Uses of LXLoopTask 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 LXLoopTask in heronarts.lx.pattern.audio
-
Uses of LXLoopTask in heronarts.lx.pattern.color
Modifier and TypeClassDescriptionclass
class
class
-
Uses of LXLoopTask in heronarts.lx.pattern.form
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.pattern.image
-
Uses of LXLoopTask in heronarts.lx.pattern.strip
-
Uses of LXLoopTask 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 LXLoopTask in heronarts.lx.pattern.texture
-
Uses of LXLoopTask in heronarts.lx.scheduler
-
Uses of LXLoopTask in heronarts.lx.script
-
Uses of LXLoopTask in heronarts.lx.snapshot
Modifier and TypeClassDescriptionclass
class
The snapshot engine stores snapshots in time of the state of project settings. -
Uses of LXLoopTask in heronarts.lx.studio
-
Uses of LXLoopTask in heronarts.lx.studio.ui
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.browser
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.clip
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.device
Modifier and TypeClassDescriptionclass
class
static class
class
class
class
class
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.dmx
-
Uses of LXLoopTask in heronarts.lx.studio.ui.effect
-
Uses of LXLoopTask in heronarts.lx.studio.ui.fixture
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.global
Modifier and TypeClassDescriptionclass
static class
static class
class
class
class
class
class
static class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.lfo
-
Uses of LXLoopTask in heronarts.lx.studio.ui.midi
-
Uses of LXLoopTask in heronarts.lx.studio.ui.mixer
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.model
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.modulation
Modifier and TypeClassDescriptionclass
protected class
class
class
class
class
class
static class
static class
static class
class
Abstract base class for a modulator UI element with controls, which could be either in the global modulation scope or in the scope of a deviceclass
static class
static class
static class
static class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.osc
-
Uses of LXLoopTask in heronarts.lx.studio.ui.pattern
Modifier and TypeClassDescriptionstatic class
static class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.performance
Modifier and TypeClassDescriptionclass
class
class
class
static class
static class
class
protected class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.preview
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXLoopTask in heronarts.lx.studio.ui.toolbar
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class