Uses of Interface
com.softsynth.jmsl.score.ScoreOperator
Package | Description |
---|---|
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 Modifier and Type Method Description void
ScoreFrame. addScoreOperator(PVMenu menu, ScoreOperator operator)
void
ScoreFrame. addScoreOperator(ScoreOperator operator)
void
ScoreFrame. handleScoreOperator(ScoreOperator scoreOperator)
-
Uses of ScoreOperator in com.softsynth.jmsl.score.operators
Classes in com.softsynth.jmsl.score.operators that implement ScoreOperator Modifier and Type Class Description class
AccidentalDisagreementsReporter
For each measure in a score, look for pitch classes that are spelled with different accidentals and reportclass
DurationReporter
Run through each staff of each measure and see if there are too many or not enough notes in each.class
MeasuresWithRestsOperator
class
PitchClassSelector
For selected measure, open a dialog and choose which piutch class to highlight.class
PlaySelectedCluster
class
ScoreMusicShapeEditorOperator
Open a ScoreMusicShapeEditor in its own Frame, set to current Score.class
StaffSpacingResetOperator
Run through each staff of each measure and see if there are too many or not enough notes in each.class
TempoUnblockingOperator
class
UnbalancedRepeatsReporter
Run through each measure and checks if repeats ||: :|| are balanced or not (helpful for LilyPond export)