Class AutoBeamTransform

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

public class AutoBeamTransform
extends NotePropertiesTransform
  • Field Summary

    Fields inherited from class com.softsynth.jmsl.score.NotePropertiesTransform

    copyright
  • Constructor Summary

    Constructors
    Constructor Description
    AutoBeamTransform()  
  • Method Summary

    Modifier and Type Method Description
    void operate​(Score score, SelectionBuffer selectionBuffer)
    AutoBeam all tracks of selected Notes

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

    • AutoBeamTransform

      public AutoBeamTransform()
  • Method Details