com.softsynth.jmsl.score.transforms
Class AltEnharmonicSpellingToggleTransform

java.lang.Object
  extended by com.softsynth.jmsl.score.NotePropertiesTransform
      extended by 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
static java.lang.String copyright
           
 
Constructor Summary
AltEnharmonicSpellingToggleTransform()
           
 
Method Summary
 void operate(Score score, SelectionBuffer selectionBuffer)
          Flip the enharmonic spelling flag on all selected Notes
 
Methods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

AltEnharmonicSpellingToggleTransform

public AltEnharmonicSpellingToggleTransform()
Method Detail

operate

public void operate(Score score,
                    SelectionBuffer selectionBuffer)
Flip the enharmonic spelling flag on all selected Notes

Specified by:
operate in class NotePropertiesTransform