MidiControlTransform 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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
轉換的其他資訊。