Class NoteHeadTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteHeadTransform
public class NoteHeadTransform extends NotePropertiesTransform
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description NoteHeadTransform(int noteHeadType)
NoteHeadTransform(int noteHeadType1, int noteHeadType2)
noteHeadType1 for notes whose durations are shorter than a half note. -
Method Summary
Modifier and Type Method Description void
operate(Score score, SelectionBuffer selectionBuffer)
Set notehead of each Note in selection buffer to specified notehead typeMethods 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
-
NoteHeadTransform
public NoteHeadTransform(int noteHeadType) -
NoteHeadTransform
public NoteHeadTransform(int noteHeadType1, int noteHeadType2)noteHeadType1 for notes whose durations are shorter than a half note. noteheadType2 for half and whole
-
-
Method Details
-
operate
Set notehead of each Note in selection buffer to specified notehead type- Specified by:
operate
in classNotePropertiesTransform
-