Package com.cycling74.msp

Package for using using array and signals objects.

See:
          Description

Interface Summary
MSPPerformable This interface is used to chain Java dsp objects since they don't have to be MSPObject to process signals.
 

Class Summary
MSPBuffer Used to get or set pd array content.
MSPObject Main object to extend to use dsp with pd.
MSPPerformer Process signals with a single method.
MSPSignal Signals representation; signals inlets will copy signal data to this object.
 

Package com.cycling74.msp Description

Package for using using array and signals objects.



This API is based on mxj for Max/MSP by Cycling74. Please see original MXJ implementation.