Package com.cycling74.msp

Interface Summary
MSPPerformable Interface for specifying that your object supports the same naming convention for dsp and perform routines as MSPPerformer.
 

Class Summary
AudioFileBuffer A utility class for loading audio data off of disk and into memory.
MSPBuffer Provides static methods that get and set buffer data.
MSPObject Base class for a Java signal processing object.
MSPPerformer Alternative base class for a Java signal processing object.Subclassing MSPPerformer is somewhat simpler than subclassing MSPObject directly.
MSPSignal MSPSignal is the Java object representation of the sample vector used by MSP processing data at audio rate.