Share via


MidiControlTransform Struct

Definition

Represents a transformation of a MIDI control.

[ObjCRuntime.NativeName("MIDIControlTransform")]
public struct MidiControlTransform
[<ObjCRuntime.NativeName("MIDIControlTransform")>]
type MidiControlTransform = struct
Inheritance
MidiControlTransform
Attributes

Constructors

Name Description
MidiControlTransform(MidiTransformControlType, MidiTransformControlType, UInt16, MidiTransformType, Int16)

Creates a new MidiControlTransform.

Fields

Name Description
ControlNumber

Number of the control to be transformed.

ControlType

MIDI conrol type.

Param

Additional information for the transformation.

RemappedControlType

Resulting control type.

Transform

Transformation type to be applied.

Applies to