AVAudioUnitMidiInstrument.SendPitchBend(UInt16, 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 pitch-bend event.
[Foundation.Export("sendPitchBend:onChannel:")]
public virtual void SendPitchBend (ushort pitchbend, byte channel);
abstract member SendPitchBend : uint16 * byte -> unit
override this.SendPitchBend : uint16 * byte -> unit
Parameters
- pitchbend
- UInt16
- channel
- Byte
- Attributes