|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.voiceserver.Voice
com.frinika.synth.Oscillator
com.frinika.synth.synths.MySampler.SamplingOscillator
public class MySampler.SamplingOscillator
Field Summary |
---|
Fields inherited from class com.frinika.synth.Oscillator |
---|
frequency, increment, level, position, release, sampleRate, synth, triggeredRelease |
Fields inherited from class com.frinika.voiceserver.Voice |
---|
interrupts, nextVoice, startFramePos |
Constructor Summary | |
---|---|
MySampler.SamplingOscillator(Synth synth,
int noteNumber,
int velocity)
|
Method Summary | |
---|---|
void |
fillBuffer(int startBufferPos,
int endBufferPos,
float[] buffer)
This is where the raw audio data should be produced. |
void |
release()
|
Methods inherited from class com.frinika.synth.Oscillator |
---|
getFrequency, setNoteNumber, setVelocity, updateIncrement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySampler.SamplingOscillator(Synth synth, int noteNumber, int velocity)
Method Detail |
---|
public void release()
release
in class Oscillator
public final void fillBuffer(int startBufferPos, int endBufferPos, float[] buffer)
Voice
fillBuffer
in class Voice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |