MidiControlTransform Struct

Definition

Represents a transformation of a MIDI control.

public struct MidiControlTransform
type MidiControlTransform = struct
Inheritance
MidiControlTransform

Constructors

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

Creates a new MidiControlTransform.

Fields

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