AVAudioUnitMidiInstrument.SendPressureForKey(Byte, Byte, Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a MIDI polyphonic key pressure event for the specified key
.
[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
Parameters
- key
- Byte
- value
- Byte
- channel
- Byte
- Attributes