Interface NTModulatorIndexType

All Superinterfaces:
java.lang.Comparable<NTModulatorIndexType>
All Known Implementing Classes:
NTModulatorIndex

@Immutable
public interface NTModulatorIndexType
extends java.lang.Comparable<NTModulatorIndexType>
The valid values for modulator indices.
  • Method Details

    • value

      @Parameter int value()
      Returns:
      The raw value in the range [0, 0xffff]
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.
    • asUnsigned16

      default char asUnsigned16()
      Returns:
      The value as an unsigned 16-bit integer
    • compareTo

      default int compareTo​(NTModulatorIndexType other)
      Specified by:
      compareTo in interface java.lang.Comparable<NTModulatorIndexType>