|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.audio.synth.mix.AbstractMixer net.jinx.audio.synth.Mixer
public class Mixer
Constructor Summary | |
---|---|
Mixer()
|
Method Summary | |
---|---|
void |
addSource(SampleProcessor p)
|
void |
addSource(SampleProcessor p,
double gain)
|
protected void |
mix(java.nio.DoubleBuffer dest,
java.nio.DoubleBuffer intermediate)
|
protected void |
postMix(java.nio.DoubleBuffer dest,
int buffersMixed)
|
Methods inherited from class net.jinx.audio.synth.mix.AbstractMixer |
---|
getFormat, isSource, process, setFormat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mixer()
Method Detail |
---|
public void addSource(SampleProcessor p, double gain)
public void addSource(SampleProcessor p)
addSource
in class AbstractMixer
protected void mix(java.nio.DoubleBuffer dest, java.nio.DoubleBuffer intermediate)
mix
in class AbstractMixer
protected void postMix(java.nio.DoubleBuffer dest, int buffersMixed)
postMix
in class AbstractMixer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |