Class AccidentalDisagreementsReporter
java.lang.Object
com.softsynth.jmsl.score.operators.AccidentalDisagreementsReporter
- All Implemented Interfaces:
JMSLPlugin,ScoreOperator
public class AccidentalDisagreementsReporter extends java.lang.Object implements ScoreOperator, JMSLPlugin
For each measure in a score, look for pitch classes that are spelled with different accidentals
and report
-
Constructor Summary
Constructors Constructor Description AccidentalDisagreementsReporter() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetResultString()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
-
AccidentalDisagreementsReporter
public AccidentalDisagreementsReporter()
-
-
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
-
getResultString
public java.lang.String getResultString()- Specified by:
getResultStringin interfaceScoreOperator- Returns:
- a String reporting the results of operate()
-