MidiControlTransform Constructor

Definition

Creates a new MidiControlTransform.

public MidiControlTransform (CoreMidi.MidiTransformControlType controlType, CoreMidi.MidiTransformControlType remappedControlType, ushort controlNumber, CoreMidi.MidiTransformType transform, short param);
new CoreMidi.MidiControlTransform : CoreMidi.MidiTransformControlType * CoreMidi.MidiTransformControlType * uint16 * CoreMidi.MidiTransformType * int16 -> CoreMidi.MidiControlTransform

Parameters

controlType
MidiTransformControlType

MIDI conrol type.

remappedControlType
MidiTransformControlType

Resulting control type.

controlNumber
UInt16

Number of the control to be transformed.

transform
MidiTransformType

Transformation type to be applied.

param
Int16

Additional information for the transformation.

Applies to