|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMaxObject
com.e1.mxdublin.DublinMaxObject
com.e1.mxdublin.LLDublinMaxObject
public class LLDublinMaxObject
LLDublinMaxObject is an extension of the mxdublin object. It is used to limit the usage of the mxdublin console.
You can specify the number of trails to instantiate when you create this object. You can later on, start/stop/toggle them by using the trail number. You can also start/stop/toggle trails by using an array of 0/1. For example, if you need to start trail#1 and trail#3, send this message [start 1 0 1] to the object.
This object also output an array of 0/1 to display trail status.
| Field Summary |
|---|
| Fields inherited from class com.e1.mxdublin.DublinMaxObject |
|---|
project |
| Constructor Summary | |
|---|---|
LLDublinMaxObject(Atom[] args)
|
|
| Method Summary | |
|---|---|
void |
edit(Atom[] args)
Show the editor for this trail. |
void |
execute()
|
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 |
start(Atom[] args)
Start trail from name. |
void |
stop(Atom[] args)
Stop trail from name. |
void |
toggle(Atom[] args)
Toggle (stop it if it is started, start it if it is stopped) trail from name. |
| Methods inherited from class com.e1.mxdublin.DublinMaxObject |
|---|
bang, call, console, ex, file, getPatchPath, inlet, set, start_ref, stop, store, tempo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LLDublinMaxObject(Atom[] args)
| Method Detail |
|---|
public void edit(Atom[] args)
DublinMaxObject
edit in class DublinMaxObjectargs - the trail namepublic void start(Atom[] args)
DublinMaxObject
start in class DublinMaxObjectargs - ( trail name )public void stop(Atom[] args)
DublinMaxObject
stop in class DublinMaxObjectargs - ( trail name )public void toggle(Atom[] args)
DublinMaxObject
toggle in class DublinMaxObjectargs - ( trail name )public void execute()
public void load(Atom[] args)
DublinMaxObject
load in class DublinMaxObjectargs - ( filename )public void reset()
reset in class DublinMaxObjectpublic void notifyDeleted()
DublinMaxObject
notifyDeleted in class DublinMaxObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||