AVAudioUnitMidiInstrument.SendMidiEvent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SendMidiEvent(Byte, Byte) |
傳送一位元組 MIDI 事件。 |
SendMidiEvent(Byte, Byte, Byte) |
傳送二位元組 MIDI 事件。 |
SendMidiEvent(Byte, Byte)
SendMidiEvent(Byte, Byte, Byte)
傳送二位元組 MIDI 事件。
[Foundation.Export("sendMIDIEvent:data1:data2:")]
public virtual void SendMidiEvent (byte midiStatus, byte data1, byte data2);
abstract member SendMidiEvent : byte * byte * byte -> unit
override this.SendMidiEvent : byte * byte * byte -> unit
參數
- midiStatus
- Byte
- data1
- Byte
- data2
- Byte
- 屬性