Uses of Interface
com.softsynth.jmsl.score.ScoreOperator

Packages that use ScoreOperator
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.operators   
 

Uses of ScoreOperator in com.softsynth.jmsl.score
 

Methods in com.softsynth.jmsl.score with parameters of type ScoreOperator
 void ScoreFrame.addScoreOperator(ScoreOperator operator)
           
 void ScoreFrame.handleScoreOperator(ScoreOperator reporter)
           
 

Uses of ScoreOperator in com.softsynth.jmsl.score.operators
 

Classes in com.softsynth.jmsl.score.operators that implement ScoreOperator
 class DurationReporter
          Run through each staff of each measure and see if there are too many or not enough notes in each.
 class ScoreMusicShapeEditorOperator
          Open a ScoreMusicShapeEditor in its own Frame, set to current Score.
 class TempoUnblockingOperator