MidiControlTransform Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |