Class AltEnharmonicSpellingToggleTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.AltEnharmonicSpellingToggleTransform
public class AltEnharmonicSpellingToggleTransform extends NotePropertiesTransform
Toggle a note between using alternate enharmonic spelling or not
- Author:
- Nick Didkovsky, copyright 2006 Nick Didkovsky, all rights reserved
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringcopyright -
Constructor Summary
Constructors Constructor Description AltEnharmonicSpellingToggleTransform() -
Method Summary
Modifier and Type Method Description voidoperate(Score score, SelectionBuffer selectionBuffer)Flip the enharmonic spelling flag on all selected NotesMethods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
getName, setNameMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
AltEnharmonicSpellingToggleTransform
public AltEnharmonicSpellingToggleTransform()
-
-
Method Details
-
operate
Flip the enharmonic spelling flag on all selected Notes- Specified by:
operatein classNotePropertiesTransform
-