|
||||||||||
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.AudioProcess
public double getAmp()
getAmp
in interface Oscillator
public double getFreq()
getFreq
in interface Oscillator
public void open()
open
in interface uk.org.toot.audio.core.AudioProcess
public int processAudio(uk.org.toot.audio.core.AudioBuffer buffer)
processAudio
in interface uk.org.toot.audio.core.AudioProcess
public java.lang.String toString()
toString
in class java.lang.Object
public boolean active()
public void silence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |