MidiControlTransform Constructor
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.
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.