Class RP_STD_Variation
java.lang.Object
org.jjazz.rhythm.api.RP_State
org.jjazz.rhythm.api.rhythmparameters.RP_STD_Variation
- All Implemented Interfaces:
RhythmParameter<String>
,RpEnumerable<String>
Standard RhythmParameter
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRP_STD_Variation
(boolean isPrimary) RP_STD_Variation
(boolean isPrimary, String defaultVal, String... possibleValues) -
Method Summary
Modifier and TypeMethodDescriptionstatic RP_STD_Variation
getVariationRp
(Rhythm rhythm) Find the first RP_STD_Variation instance in the rhythm parameters of r.Methods inherited from class org.jjazz.rhythm.api.RP_State
calculatePercentage, calculateValue, convertValue, equals, getDefaultValue, getDescription, getDisplayName, getDisplayValue, getId, getMaxValue, getMinValue, getNextValue, getPossibleValues, getPreviousValue, getValueDescription, hashCode, isCompatibleWith, isPrimary, isValidValue, loadFromString, saveAsString, toString
Methods inherited from interface org.jjazz.rhythm.api.RhythmParameter
cloneValue
-
Field Details
-
ID
-
-
Constructor Details
-
RP_STD_Variation
public RP_STD_Variation(boolean isPrimary) -
RP_STD_Variation
-
-
Method Details
-
getVariationRp
Find the first RP_STD_Variation instance in the rhythm parameters of r.- Parameters:
rhythm
-- Returns:
- Can be null if not found
-