Package com.sun.media.sound
Interface ModelWavetable
- All Superinterfaces:
ModelOscillator
- All Known Implementing Classes:
ModelByteBufferWavetable
This is a wavetable oscillator interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
int
float
Methods inherited from interface com.sun.media.sound.ModelOscillator
getAttenuation, getChannels, open
-
Field Details
-
LOOP_TYPE_OFF
static final int LOOP_TYPE_OFF- See Also:
-
LOOP_TYPE_FORWARD
static final int LOOP_TYPE_FORWARD- See Also:
-
LOOP_TYPE_RELEASE
static final int LOOP_TYPE_RELEASE- See Also:
-
LOOP_TYPE_PINGPONG
static final int LOOP_TYPE_PINGPONG- See Also:
-
LOOP_TYPE_REVERSE
static final int LOOP_TYPE_REVERSE- See Also:
-
-
Method Details
-
openStream
AudioFloatInputStream openStream() -
getLoopLength
float getLoopLength() -
getLoopStart
float getLoopStart() -
getLoopType
int getLoopType() -
getPitchcorrection
float getPitchcorrection()
-