Uses of Interface
heronarts.lx.modulator.LXWaveshape
Packages that use 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
Fields in heronarts.lx.effect with type parameters of type LXWaveshape -
Uses of LXWaveshape in heronarts.lx.modulator
Classes in heronarts.lx.modulator that implement LXWaveshapeModifier and TypeClassDescriptionclass
class
A sawtooth LFO oscillates from one extreme value to another.Fields in heronarts.lx.modulator declared as LXWaveshapeModifier 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
Fields in heronarts.lx.modulator with type parameters of type LXWaveshapeModifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
VariableLFO.waveshape
Parameter ofLXWaveshape
objects that select the wave shape used by this LFO.Methods in heronarts.lx.modulator that return LXWaveshapeConstructors in heronarts.lx.modulator with parameters of type LXWaveshapeModifierConstructorDescriptionVariableLFO
(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
Fields in heronarts.lx.pattern.strip with type parameters of type LXWaveshape -
Uses of LXWaveshape in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture with type parameters of type LXWaveshapeModifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape>
SparklePattern.Engine.waveshape