Class AutoBeamer

java.lang.Object
com.softsynth.jmsl.score.util.AutoBeamer

public class AutoBeamer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AutoBeamer​(Track t)  
    AutoBeamer​(Track t, boolean unbeamAllRests)
    rests can break beam groups or not depending on value of unbeamAllRests.
  • Method Summary

    Modifier and Type Method Description
    void autobeam()  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AutoBeamer

      public AutoBeamer​(Track t)
    • AutoBeamer

      public AutoBeamer​(Track t, boolean unbeamAllRests)
      rests can break beam groups or not depending on value of unbeamAllRests. You can turn this on or off, so that autobeaming will cross a rest or not
  • Method Details

    • autobeam

      public void autobeam()
    • main

      public static void main​(java.lang.String[] args)