AVAudioUnitMidiInstrument.SendPressureForKey(Byte, Byte, Byte) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對指定的 key
傳送 MIDI 聚合語音按鍵壓力事件。
[Foundation.Export("sendPressureForKey:withValue:onChannel:")]
public virtual void SendPressureForKey (byte key, byte value, byte channel);
abstract member SendPressureForKey : byte * byte * byte -> unit
override this.SendPressureForKey : byte * byte * byte -> unit
參數
- key
- Byte
- value
- Byte
- channel
- Byte
- 屬性