Package com.cycling74.max

Basic package for PDJ.

See:
          Description

Interface Summary
Executable Defines an executable object.
MessageReceiver This is a utility callback class that can be used to notify background job.
 

Class Summary
Atom PD element that is used in message or arguments.
Callback Used to transform a java method into an Executable object.
DataTypes DataTypes values that can be used to defined an inlet or outlet.
MaxClock Used to delay the execution of a block of code.
MaxContext MaxContext holder.
MaxObject Main object to extend to use with pd.
MaxPatcher Java object that encapsulate the pd patch.
MaxQelem Background job utility class.
MaxSystem MXJ System utilities.
 

Exception Summary
MaxRuntimeException API based runtime exception with Max/PDJ.
 

Package com.cycling74.max Description

Basic package for PDJ.



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