public interface ModelWavetable extends ModelOscillator
Modifier and Type | Field and Description |
---|---|
static int |
LOOP_TYPE_FORWARD |
static int |
LOOP_TYPE_OFF |
static int |
LOOP_TYPE_PINGPONG |
static int |
LOOP_TYPE_RELEASE |
static int |
LOOP_TYPE_REVERSE |
Modifier and Type | Method and Description |
---|---|
float |
getLoopLength() |
float |
getLoopStart() |
int |
getLoopType() |
float |
getPitchcorrection() |
AudioFloatInputStream |
openStream() |
getAttenuation, getChannels, open
static final int LOOP_TYPE_OFF
static final int LOOP_TYPE_FORWARD
static final int LOOP_TYPE_RELEASE
static final int LOOP_TYPE_PINGPONG
static final int LOOP_TYPE_REVERSE
AudioFloatInputStream openStream()
float getLoopLength()
float getLoopStart()
int getLoopType()
float getPitchcorrection()