com.softsynth.jmsl.score.transforms
Class NoteHeadTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteHeadTransform
public class NoteHeadTransform
- extends NotePropertiesTransform
- Author:
- Nick Didkovsky, didkovn@mail.rockefeller.edu
Field Summary |
static java.lang.String |
copyright
|
Constructor Summary |
NoteHeadTransform(int noteHeadType)
|
NoteHeadTransform(int noteHeadType1,
int noteHeadType2)
noteHeadType1 for notes whose durations are shorter than a half note. |
Method Summary |
void |
operate(Score score,
SelectionBuffer selectionBuffer)
Set notehead of each Note in selection buffer to specified notehead type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
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
operate
public void operate(Score score,
SelectionBuffer selectionBuffer)
- Set notehead of each Note in selection buffer to specified notehead type
- Specified by:
operate
in class NotePropertiesTransform