Class NoteOrnamentTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteOrnamentTransform
public class NoteOrnamentTransform extends NotePropertiesTransform
Add a NoteOrnament to every note in selection buffer.
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description NoteOrnamentTransform(NoteOrnament noteOrnament)
-
Method Summary
Modifier and Type Method Description void
operate(Score score, SelectionBuffer selectionBuffer)
Add a NoteOrnament to every note in selection buffer.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 Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
NoteOrnamentTransform
-
-
Method Details
-
operate
Add a NoteOrnament to every note in selection buffer.- Specified by:
operate
in classNotePropertiesTransform
-