com.softsynth.jmsl.score.operators
Class TempoUnblockingOperator

java.lang.Object
  extended by com.softsynth.jmsl.score.operators.TempoUnblockingOperator
All Implemented Interfaces:
ScoreOperator

public class TempoUnblockingOperator
extends java.lang.Object
implements ScoreOperator

Author:
Nick Didkovsky, didkovn@mail.rockefeller.edu

Constructor Summary
TempoUnblockingOperator()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getResultString()
           
 void operate(Score score)
          Run through each measure, and for each contiguous tempo, unset the tempoSetByHand flag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempoUnblockingOperator

public TempoUnblockingOperator()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ScoreOperator

operate

public void operate(Score score)
Run through each measure, and for each contiguous tempo, unset the tempoSetByHand flag

Specified by:
operate in interface ScoreOperator

getResultString

public java.lang.String getResultString()
Specified by:
getResultString in interface ScoreOperator
Returns:
a String reporting the results of operate()