AVAudioUnitMidiInstrument.SendPressureForKey(Byte, Byte, Byte) 方法

定义

为指定的 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
属性

适用于