Uses of Interface
heronarts.lx.modulator.LXWaveshape
Package
Description
Layer components that mutate existing buffers with standardized enable/disable.
Utility abstraction for values that vary over time.
-
Uses of LXWaveshape in heronarts.lx.effect
-
Uses of LXWaveshape in heronarts.lx.modulator
Modifier and TypeClassDescriptionclass
class
A sawtooth LFO oscillates from one extreme value to another.Modifier and TypeFieldDescriptionstatic final LXWaveshape
LXWaveshape.DOWN
static final LXWaveshape
LXWaveshape.SIN
static final LXWaveshape
LXWaveshape.SQUARE
static final LXWaveshape
LXWaveshape.TRI
static final LXWaveshape
LXWaveshape.UP
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
VariableLFO.waveshape
Parameter ofLXWaveshape
objects that select the wave shape used by this LFO.ModifierConstructorDescriptionVariableLFO
(String label, LXWaveshape[] waveshapes) VariableLFO
(String label, LXWaveshape[] waveshapes, CompoundParameter period) Constructs a VariableLFO with a custom list of waveshapes -
Uses of LXWaveshape in heronarts.lx.pattern.strip
-
Uses of LXWaveshape in heronarts.lx.pattern.texture
Modifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
SparklePattern.Engine.waveshape