|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMaxObject
com.e1.mxdublin.DublinMaxObject
public class DublinMaxObject
The Dublin MaxObject implementation in PD/Max. This is the main Max object to be instanciated.
| Field Summary | |
|---|---|
protected DublinProject |
project
|
| Constructor Summary | |
|---|---|
DublinMaxObject()
DublinMaxObject constructor, checks if it already exists. |
|
| Method Summary | |
|---|---|
void |
bang()
Sends a 24 ppq tick to the internal sequencer. |
void |
call(Atom[] args)
Execute a python method. |
void |
console()
Called by 'console' Max message, will show complete mxdublin console. |
void |
edit(Atom[] args)
Show the editor for this trail. |
void |
ex(Atom[] args)
Execute python snippet. |
void |
file(Atom[] args)
Runs a python file into current locals(). |
String |
getPatchPath()
Returns the current directory of the patch that contains the dublin instance. |
void |
inlet(int i)
Start/stop registred trails by sending 0 (stop) or 1 (start). |
void |
load(Atom[] args)
Cancels all running trails and loads a new mxdublin project. |
void |
notifyDeleted()
Called when the dublin MaxObject is deleted. |
void |
reset()
|
void |
set(Atom[] args)
Set a value to a python variable. |
void |
start_ref()
This method is used to mark a quarter note reference. |
void |
start(Atom[] args)
Start trail from name. |
void |
stop()
Stops all trails running in the system. |
void |
stop(Atom[] args)
Stop trail from name. |
void |
store(Atom[] args)
|
void |
tempo(Atom[] args)
Sets global tempo for the internal clock. |
void |
toggle(Atom[] args)
Toggle (stop it if it is started, start it if it is stopped) trail from name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DublinProject project
| Constructor Detail |
|---|
public DublinMaxObject()
| Method Detail |
|---|
public void notifyDeleted()
public void console()
public void set(Atom[] args)
args - ( variable name, value )public void call(Atom[] args)
args - ( method name, [arguments...] )public void ex(Atom[] args)
args - the snippet name to executepublic void file(Atom[] args)
args - ( filename )public void load(Atom[] args)
args - ( filename )public void store(Atom[] args)
public void reset()
public void tempo(Atom[] args)
args - ( global tempo )public void inlet(int i)
public void start_ref()
public void start(Atom[] args)
args - ( trail name )public void stop()
public void stop(Atom[] args)
args - ( trail name )public void toggle(Atom[] args)
args - ( trail name )public void edit(Atom[] args)
args - the trail namepublic String getPatchPath()
public void bang()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||