Package apple.coremidi.enums
Class MIDITransformType
- java.lang.Object
-
- apple.coremidi.enums.MIDITransformType
-
public final class MIDITransformType extends java.lang.Object[@enum] MIDITransformType Values specifying a type of MIDI transformation, as found in the transform member of MIDITransform. [@constant] kMIDITransform_None no transformation (param unused) [@constant] kMIDITransform_FilterOut filter out the specified event type (param unused) [@constant] kMIDITransform_MapControl transform one control number to another; param is destination control number [@constant] kMIDITransform_Add add param to values [@constant] kMIDITransform_Scale multiple value by the fixed point number in param, which is in fixed point: bbbb.bbbb bbbb bbbb [@constant] kMIDITransform_MinValue the value's minimum value is param [@constant] kMIDITransform_MaxValue the value's maximum value is param [@constant] kMIDITransform_MapValue transform the value using a map; param is the index of the map in the connection's array of maps.
-
-
Field Detail
-
None
public static final char None
- See Also:
- Constant Field Values
-
FilterOut
public static final char FilterOut
- See Also:
- Constant Field Values
-
MapControl
public static final char MapControl
- See Also:
- Constant Field Values
-
Add
public static final char Add
- See Also:
- Constant Field Values
-
Scale
public static final char Scale
- See Also:
- Constant Field Values
-
MinValue
public static final char MinValue
- See Also:
- Constant Field Values
-
MaxValue
public static final char MaxValue
- See Also:
- Constant Field Values
-
MapValue
public static final char MapValue
- See Also:
- Constant Field Values
-
-