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

定义

发送 MIDI 控制器事件。

[Foundation.Export("sendController:withValue:onChannel:")]
public virtual void SendController (byte controller, byte value, byte channel);
abstract member SendController : byte * byte * byte -> unit
override this.SendController : byte * byte * byte -> unit

参数

controller
Byte
value
Byte
channel
Byte
属性

适用于