com.softsynth.jmsl.score.max
Class NewJMSLScore

java.lang.Object
  extended by com.cycling74.max.MaxObject
      extended by com.softsynth.jmsl.score.max.NewJMSLScore

public class NewJMSLScore
extends com.cycling74.max.MaxObject

This class creates a new Score under Max control. Each call to makeScore adds another score to ScoreFrame.

See NewJMSLScore.pat in Max folder in JMSL distribution

MOD ND 20060414, addScore() to ScoreFrame AFTER ScoreFrame setVisible(true), otherwise Max hangs under OS X 10.4.4

Author:
Langdon Crawford, langdon@langsound.com, mods by Nick Didkovsky 2006-03-03

Field Summary
 int height
           
 int numStaves
           
 int width
           
 
Fields inherited from class com.cycling74.max.MaxObject
EMPTY_STRING_ARRAY, NO_INLETS, NO_OUTLETS
 
Constructor Summary
NewJMSLScore()
           
 
Method Summary
 void deleteScore()
           
 void hideScore()
           
 void makeScore()
           
 void showScore()
           
 
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
 

Field Detail

numStaves

public int numStaves

width

public int width

height

public int height
Constructor Detail

NewJMSLScore

public NewJMSLScore()
Method Detail

makeScore

public void makeScore()

showScore

public void showScore()

hideScore

public void hideScore()

deleteScore

public void deleteScore()