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>
Standard RhythmParameter: is there a fill at the end of a SongPart.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRP_SYS_Fill(boolean isPrimary) Possible values: "" (default), "always", "random_rare", "random", "break"RP_SYS_Fill(boolean isPrimary, String defaultVal, String... possibleValues) -
Method Summary
Modifier and TypeMethodDescriptionstatic RP_SYS_Fillstatic booleanReturn true if we need to add a Fill In.Methods inherited from class org.jjazz.rhythm.api.RP_State
calculatePercentage, calculateValue, convertValue, equals, getCopy, getDefaultValue, getDescription, getDisplayName, getDisplayValue, getId, getMaxValue, getMinValue, getNextValue, getPossibleValues, getPreviousValue, getValueDescription, hashCode, isCompatibleWith, isPrimary, isValidValue, loadFromString, saveAsString, toStringMethods inherited from interface org.jjazz.rhythm.api.RhythmParameter
cloneValue
-
Field Details
-
ID
-
VALUE_ALWAYS
- See Also:
-
VALUE_RANDOM
- See Also:
-
VALUE_RANDOM_RARE
- See Also:
-
VALUE_BREAK
- See Also:
-
VALUE_FADE_OUT
- See Also:
-
-
Constructor Details
-
RP_SYS_Fill
public RP_SYS_Fill(boolean isPrimary) Possible values: "" (default), "always", "random_rare", "random", "break"- Parameters:
isPrimary-
-
RP_SYS_Fill
-
-
Method Details
-
getFillRp
-
needFill
Return true if we need to add a Fill In.- Parameters:
rpFillValue-- Returns:
-