|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.e1.mxdublin.DublinSystem
public class DublinSystem
This class cover mxdublin static data of all dublin instances.
| Field Summary | |
|---|---|
static PrintStream |
err
The standard error stream used by dublin and python objects |
static String |
MXDUBLIN_VERSION
String representation of the mxdublin version |
static PrintStream |
out
The standard output stream used by dublin and python objects. |
static Sequencer |
sequencer
the sequencer |
| Constructor Summary | |
|---|---|
DublinSystem()
|
|
| Method Summary | |
|---|---|
static Properties |
getConfigurationProperties()
Returns the system wide mxdublin properties (configuration) |
static boolean |
isInPureData()
Returns true if it is running in pure-data with PDJ. |
static void |
markqn()
Marks the current time has a quater note. |
static int |
quantizeqn(int qtz)
|
static void |
showException(Exception e)
Show the exception content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Sequencer sequencer
public static PrintStream out
public static PrintStream err
public static final String MXDUBLIN_VERSION
| Constructor Detail |
|---|
public DublinSystem()
| Method Detail |
|---|
public static void markqn()
public static int quantizeqn(int qtz)
public static boolean isInPureData()
public static Properties getConfigurationProperties()
public static void showException(Exception e)
e - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||