|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MSPPerformable
This interface is used to chain Java dsp objects since they don't have to be MSPObject to process signals.
| Method Summary | |
|---|---|
void |
dspsetup(MSPSignal[] in,
MSPSignal[] out)
Interface for MSPPerformer.dspsetup(MSPSignal in[], MSPSignal out[]) |
void |
perform(MSPSignal[] in,
MSPSignal[] out)
Interface for MSPPerformer.perform(MSPSignal in[], MSPSignal out[]); |
| Method Detail |
|---|
void dspsetup(MSPSignal[] in,
MSPSignal[] out)
void perform(MSPSignal[] in,
MSPSignal[] out)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||