Class Formplan_fuge.SigRoutingPlan

java.lang.Object
eu.bandm.music.top.Formplan_fuge.SigRoutingPlan
Enclosing class:
Formplan_fuge

public static class Formplan_fuge.SigRoutingPlan extends Object
A compilation of a routing plan into data for sequencer columns. One array of the time points, and one array per voice with a routing index.
  • Field Details

    • msecsPerWhole

      final float msecsPerWhole
    • when

      public double[] when
    • voices

      public Map<String,byte[]> voices
  • Constructor Details

    • SigRoutingPlan

      @Deprecated public SigRoutingPlan()
      Deprecated.
    • SigRoutingPlan

      protected SigRoutingPlan(float msecsPerWhole, Formplan_fuge.RoutingPlan plan)
      Convert the numeric type assignment from routingPlan: event->type into an executable sig score.
  • Method Details

    • dump

      public void dump()
      Debugging only.