Class RP_STD_Fill

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

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

  • Field Details

  • Constructor Details

    • RP_STD_Fill

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

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