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 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 Details

  • 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