Package com.io7m.jnoisetype.api
Interface NTPitchType
- All Superinterfaces:
Comparable<NTPitchType>
- All Known Implementing Classes:
NTPitch
The valid values for pitches.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCheck preconditions for the type.default intcompareTo(NTPitchType other) intvalue()
-
Method Details
-
value
@Parameter int value()- Returns:
- The raw value in the range
[0, 127]
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type. -
compareTo
- Specified by:
compareToin interfaceComparable<NTPitchType>
-