Class MeasuresWithRestsOperator
java.lang.Object
com.softsynth.jmsl.score.operators.MeasuresWithRestsOperator
- All Implemented Interfaces:
ScoreOperator
public class MeasuresWithRestsOperator extends java.lang.Object implements ScoreOperator
-
Constructor Summary
Constructors Constructor Description MeasuresWithRestsOperator()MeasuresWithRestsOperator(boolean insertRests) -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetResultString()voidloadRestDivisionLookupFile(java.io.File f)static voidmain(java.lang.String[] args)voidoperate(Score score)Do some analysis of the score, or add material to it, or operate in some way.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MeasuresWithRestsOperator
public MeasuresWithRestsOperator() -
MeasuresWithRestsOperator
public MeasuresWithRestsOperator(boolean insertRests)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceScoreOperator
-
operate
Description copied from interface:ScoreOperatorDo some analysis of the score, or add material to it, or operate in some way.- Specified by:
operatein interfaceScoreOperator
-
loadRestDivisionLookupFile
public void loadRestDivisionLookupFile(java.io.File f) throws java.io.IOException- Throws:
java.io.IOException
-
getResultString
public java.lang.String getResultString()- Specified by:
getResultStringin interfaceScoreOperator- Returns:
- a String reporting the results of operate()
-
main
public static void main(java.lang.String[] args)
-