Class BeamGroupTransform

java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.BeamGroupTransform

public class BeamGroupTransform
extends NotePropertiesTransform
  • Constructor Details

    • BeamGroupTransform

      public BeamGroupTransform()
  • Method Details

    • setBeamGroupCollection

      public void setBeamGroupCollection​(BeamGroupCollection beamGroupCollection)
      Parameters:
      beamGroupCollection - the beamGroupCollection to set
    • operate

      public void operate​(Score score, SelectionBuffer selectionBuffer)
      Beam all tracks of selected Notes using BeamGroupCollection, which lets user specify beam group by time sig
      Specified by:
      operate in class NotePropertiesTransform