|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cycling74.max.MaxObject com.softsynth.jmsl.max.JMSLInstrumentToMax
public class JMSLInstrumentToMax
Single Max object which receives data from ALL MaxInstruments This is the conduit from JMSL to Max. One of these is instantiated by Max, and it sets itself as the static conduit for all MaxInstruments. It does no good to create a new JMSLInstrumentToMax() in JMSL, since you need it in Max to tap the outlets.
Field Summary |
---|
Fields inherited from class com.cycling74.max.MaxObject |
---|
EMPTY_STRING_ARRAY, NO_INLETS, NO_OUTLETS |
Constructor Summary | |
---|---|
JMSLInstrumentToMax()
|
Method Summary | |
---|---|
void |
sendToMax(double playTime,
double timeStretch,
double[] data,
int insIndex)
This Gets called from MaxInstrument.play(); the playTime is a JMSLTimeStamp slightly in the future. |
Methods inherited from class com.cycling74.max.MaxObject |
---|
error, gc, getAtomArrayAttr, getAttr, getAttributeInfo, getBoolAttr, getBooleanArrayAttr, getByteArrayAttr, getByteAttr, getCharArrayAttr, getCharAttr, getContext, getDoubleArrayAttr, getDoubleAttr, getErrorStream, getFloatArrayAttr, getFloatAttr, getInfoIdx, getInletAssist, getInletType, getIntArrayAttr, getIntAttr, getLongArrayAttr, getLongAttr, getMaxBox, getName, getNumInlets, getNumOutlets, getOutletAssist, getOutletType, getParentPatcher, getPostStream, getShortArrayAttr, getShortAttr, getStringArrayAttr, getStringAttr, ouch, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outletBang, outletBangHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, post, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setName, showException, showException, toString, viewsource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JMSLInstrumentToMax()
Method Detail |
---|
public void sendToMax(double playTime, double timeStretch, double[] data, int insIndex)
playTime
- timeStretch
- data
- insIndex
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |