Package heronarts.lx.modulator
Interface LXWaveshape
- All Known Implementing Classes:
MultiStageEnvelope
,VariableLFO
public interface LXWaveshape
Waveshapes compute a function in the range 0-1 over a basis 0-1.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LXWaveshape
static final LXWaveshape
static final LXWaveshape
static final LXWaveshape
static final LXWaveshape
-
Method Summary
-
Field Details
-
SIN
-
TRI
-
UP
-
DOWN
-
SQUARE
-
-
Method Details
-
compute
double compute(double basis) -
invert
double invert(double value, double basisHint)
-