Class RP_SYS_Marker
java.lang.Object
org.jjazz.rhythm.api.RP_State
org.jjazz.rhythm.api.rhythmparameters.RP_SYS_Marker
- All Implemented Interfaces:
RhythmParameter<String>
,RpEnumerable<String>
Standard RhythmParameter: a marker for song parts, used to conditionnaly enable the optional alternate chord symbols.
Possible values are Theme, Theme2..Theme4, Solo, Solo2...Solo4.
This RP is not primary and can't be customized: it's a shared instance.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RP_SYS_Marker
static RP_SYS_Marker
Get the RP_SYS_Marker instance if the specified rhythm uses it.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
- See Also:
-
THEME
- See Also:
-
SOLO
- See Also:
-
-
Method Details
-
getInstance
-
getMarkerRp
Get the RP_SYS_Marker instance if the specified rhythm uses it.- Parameters:
r
-- Returns:
- Can be null if not found
-