Class TempoUnblockingOperator
java.lang.Object
com.softsynth.jmsl.score.operators.TempoUnblockingOperator
- All Implemented Interfaces:
ScoreOperator
public class TempoUnblockingOperator extends java.lang.Object implements ScoreOperator
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description TempoUnblockingOperator()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getResultString()
void
operate(Score score)
Run through each measure, and for each contiguous tempo, unset the tempoSetByHand flagMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TempoUnblockingOperator
public TempoUnblockingOperator()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceScoreOperator
-
operate
Run through each measure, and for each contiguous tempo, unset the tempoSetByHand flag- Specified by:
operate
in interfaceScoreOperator
-
getResultString
public java.lang.String getResultString()- Specified by:
getResultString
in interfaceScoreOperator
- Returns:
- a String reporting the results of operate()
-