MidiControlTransform 构造函数

定义

创建一个新的 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

参数

controlType
MidiTransformControlType

MIDI conrol 类型。

remappedControlType
MidiTransformControlType

生成的控件类型。

controlNumber
UInt16

要转换的控件的数目。

transform
MidiTransformType

要应用的转换类型。

param
Int16

有关转换的其他信息。

适用于