Package apple.coremidi.enums
Class MIDITransformControlType
- java.lang.Object
-
- apple.coremidi.enums.MIDITransformControlType
-
public final class MIDITransformControlType extends java.lang.Object[@enum] MIDITransformControlType Specifies how control numbers are interpreted. [@constant] kMIDIControlType_7Bit control numbers may be 0-127 [@constant] kMIDIControlType_14Bit control numbers may be 0-31 [@constant] kMIDIControlType_7BitRPN control numbers may be 0-16383 [@constant] kMIDIControlType_14BitRPN [@constant] kMIDIControlType_7BitNRPN [@constant] kMIDIControlType_14BitNRPN
-
-
Field Detail
-
_7Bit
public static final byte _7Bit
- See Also:
- Constant Field Values
-
_14Bit
public static final byte _14Bit
- See Also:
- Constant Field Values
-
_7BitRPN
public static final byte _7BitRPN
- See Also:
- Constant Field Values
-
_14BitRPN
public static final byte _14BitRPN
- See Also:
- Constant Field Values
-
_7BitNRPN
public static final byte _7BitNRPN
- See Also:
- Constant Field Values
-
_14BitNRPN
public static final byte _14BitNRPN
- See Also:
- Constant Field Values
-
-