Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait