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 TypeClassDescriptionclassclassA sawtooth LFO oscillates from one extreme value to another.Fields in heronarts.lx.modulator declared as LXWaveshapeModifier and TypeFieldDescriptionstatic final LXWaveshapeLXWaveshape.DOWNstatic final LXWaveshapeLXWaveshape.SINstatic final LXWaveshapeLXWaveshape.SQUAREstatic final LXWaveshapeLXWaveshape.TRIstatic final LXWaveshapeLXWaveshape.UPFields in heronarts.lx.modulator with type parameters of type LXWaveshapeModifier and TypeFieldDescriptionfinal ObjectParameter<LXWaveshape> VariableLFO.waveshapeParameter ofLXWaveshapeobjects 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