com.cycling74.max
Class MaxPatcher
java.lang.Object
com.cycling74.max.MaxPatcher
public class MaxPatcher
- extends Object
Java object that encapsulate the pd patch. Minimal support on pdj; only
getPath() is supported.
|
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 |
MaxPatcher
public MaxPatcher()
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.