com.softsynth.jmsl.score.transforms
Class NoteHeadTransform

java.lang.Object
  extended by com.softsynth.jmsl.score.NotePropertiesTransform
      extended by 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 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

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 Detail

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