|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.frinika.audio.Voice
com.frinika.synth.Oscillator
com.frinika.contrib.boblang.FrinikaBezierVoice
public class FrinikaBezierVoice
| Field Summary |
|---|
| Fields inherited from class com.frinika.synth.Oscillator |
|---|
frequency, increment, level, position, release, sampleRate, triggeredRelease |
| Fields inherited from class com.frinika.audio.Voice |
|---|
interrupts, nextVoice, startFramePos |
| Constructor Summary | |
|---|---|
FrinikaBezierVoice(FrinikaBezierSynth synth,
int noteNumber)
|
|
| 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 FrinikaBezierVoice(FrinikaBezierSynth synth,
int noteNumber)
| Method Detail |
|---|
public void release()
release in class Oscillator
public 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 | |||||||||