|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.simphoney.audio.OscillatorNode
public class OscillatorNode
| Field Summary | |
|---|---|
boolean |
active
|
| Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
|---|
AUDIO_DISCONNECT, AUDIO_OK |
| Constructor Summary | |
|---|---|
OscillatorNode()
|
|
| Method Summary | |
|---|---|
boolean |
active()
|
void |
close()
|
double |
getAmp()
|
double |
getFreq()
|
void |
open()
|
int |
processAudio(uk.org.toot.audio.core.AudioBuffer buffer)
|
void |
silence()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean active
| Constructor Detail |
|---|
public OscillatorNode()
| Method Detail |
|---|
public void close()
close in interface uk.org.toot.audio.core.AudioProcesspublic double getAmp()
getAmp in interface Oscillatorpublic double getFreq()
getFreq in interface Oscillatorpublic void open()
open in interface uk.org.toot.audio.core.AudioProcesspublic int processAudio(uk.org.toot.audio.core.AudioBuffer buffer)
processAudio in interface uk.org.toot.audio.core.AudioProcesspublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean active()
public void silence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||