|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.audio.synth.Sequence
public class Sequence
Constructor Summary | |
---|---|
Sequence()
|
Method Summary | |
---|---|
void |
addProcessor(SampleProcessor p)
|
SampleFormat |
getFormat()
|
boolean |
isSource()
|
void |
process(java.nio.DoubleBuffer buffer)
|
boolean |
setFormat(SampleFormat fmt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sequence()
Method Detail |
---|
public void addProcessor(SampleProcessor p)
public boolean setFormat(SampleFormat fmt)
setFormat
in interface SampleProcessor
public SampleFormat getFormat()
getFormat
in interface SampleProcessor
public void process(java.nio.DoubleBuffer buffer)
process
in interface SampleProcessor
public boolean isSource()
isSource
in interface SampleProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |