Class RP_SYS_Fill

java.lang.Object
org.jjazz.rhythm.api.RP_State
org.jjazz.rhythm.api.rhythmparameters.RP_SYS_Fill
All Implemented Interfaces:
Cloneable, RhythmParameter<String>, RpEnumerable<String>

public class RP_SYS_Fill extends RP_State
Standard RhythmParameter: is there a fill at the end of a SongPart.

  • Field Details

  • Constructor Details

    • RP_SYS_Fill

      public RP_SYS_Fill(boolean isPrimary)
      Possible values: "" (default), "always", "random_rare", "random", "break"
      Parameters:
      isPrimary -
    • RP_SYS_Fill

      public RP_SYS_Fill(boolean isPrimary, String defaultVal, String... possibleValues)
  • Method Details

    • getFillRp

      public static RP_SYS_Fill getFillRp(Rhythm rhythm)
    • needFill

      public static boolean needFill(String rpFillValue)
      Return true if we need to add a Fill In.
      Parameters:
      rpFillValue -
      Returns: