|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cycling74.max.MaxObject
com.cycling74.msp.MSPObject
com.cycling74.msp.MSPPerformer
public abstract class MSPPerformer
Process signals with a single method. Like MSPObject except that the performer method will always be "perform" (and you override it).
| Field Summary |
|---|
| Fields inherited from class com.cycling74.msp.MSPObject |
|---|
MSP_SIGNAL_ARRAY_CLZ, SIGNAL |
| Fields inherited from class com.cycling74.max.MaxObject |
|---|
EMPTY_STRING_ARRAY, NO_INLETS, NO_OUTLETS |
| Constructor Summary | |
|---|---|
MSPPerformer()
|
|
| Method Summary | |
|---|---|
Method |
dsp(MSPSignal[] in,
MSPSignal[] out)
Called by PD with the dsp message is sended. |
void |
dspsetup(MSPSignal[] in,
MSPSignal[] out)
Initialize the dsp state of the MSPPerformable. |
abstract void |
perform(MSPSignal[] in,
MSPSignal[] out)
Process signal inlets/outlets. |
| Methods inherited from class com.cycling74.msp.MSPObject |
|---|
declareInlets, declareOutlets, dspstate, getPerformMethod, setNoInPlace |
| Methods inherited from class com.cycling74.max.MaxObject |
|---|
anything, bail, bang, createInfoOutlet, declareAttribute, declareIO, declareReadOnlyAttribute, declareTypedIO, embedMessage, error, gc, getContext, getErrorStream, getInfoIdx, getInlet, getInletType, getName, getNumInlets, getNumOutlets, getOutletType, getParentPatcher, getPostStream, inlet, inlet, list, loadbang, notifyDeleted, ouch, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outletBang, outletBangHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, post, save, setInletAssist, setInletAssist, setName, setOutletAssist, setOutletAssist, showException, showException, viewsource, zap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSPPerformer()
| Method Detail |
|---|
public Method dsp(MSPSignal[] in,
MSPSignal[] out)
dsp in class MSPObjectin - input signalsout - output signals
public void dspsetup(MSPSignal[] in,
MSPSignal[] out)
dspsetup in interface MSPPerformable
public abstract void perform(MSPSignal[] in,
MSPSignal[] out)
perform in interface MSPPerformable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||