Class RP_STD_Intensity
java.lang.Object
org.jjazz.rhythm.api.RP_Integer
org.jjazz.rhythm.api.rhythmparameters.RP_STD_Intensity
- All Implemented Interfaces:
RhythmParameter<Integer>
,RpEnumerable<Integer>
Standard RhythmParameter: Intensity=[-10;+10]
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRP_STD_Intensity
(boolean isPrimary) RP_STD_Intensity
(boolean isPrimary, int defaultVal, int minVal, int maxVal, int step) -
Method Summary
Methods inherited from class org.jjazz.rhythm.api.RP_Integer
calculatePercentage, calculateValue, convertValue, equals, getDefaultValue, getDescription, getDisplayName, getDisplayValue, getId, getMaxValue, getMinValue, getNextValue, getPossibleValues, getPreviousValue, getStep, 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_Intensity
public RP_STD_Intensity(boolean isPrimary) -
RP_STD_Intensity
public RP_STD_Intensity(boolean isPrimary, int defaultVal, int minVal, int maxVal, int step)
-
-
Method Details
-
getIntensityRp
-