Class BeamGroupTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.BeamGroupTransform
public class BeamGroupTransform extends NotePropertiesTransform
-
Field Summary
Fields inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
copyright -
Constructor Summary
Constructors Constructor Description BeamGroupTransform() -
Method Summary
Modifier and Type Method Description voidoperate(Score score, SelectionBuffer selectionBuffer)Beam all tracks of selected Notes using BeamGroupCollection, which lets user specify beam group by time sigvoidsetBeamGroupCollection(BeamGroupCollection beamGroupCollection)Methods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
getName, setNameMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BeamGroupTransform
public BeamGroupTransform()
-
-
Method Details
-
setBeamGroupCollection
- Parameters:
beamGroupCollection- the beamGroupCollection to set
-
operate
Beam all tracks of selected Notes using BeamGroupCollection, which lets user specify beam group by time sig- Specified by:
operatein classNotePropertiesTransform
-