com.cycling74.max
Class MaxPatcher

java.lang.Object
  extended by com.cycling74.max.MaxPatcher

public class MaxPatcher
extends Object

Java object that encapsulate the pd patch. Minimal support on pdj; only getPath() is supported.


Constructor Summary
MaxPatcher()
           
 
Method Summary
 String getPath()
          Returns the absolute path of the associated patch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxPatcher

public MaxPatcher()
Method Detail

getPath

public String getPath()
Returns the absolute path of the associated patch.

Returns:
the absolute patch path


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