MidiControlChangeMessage.Controller 属性

定义

获取从 0 到 127 接收此消息的控制器。

public:
 property byte Controller { byte get(); };
byte Controller();
public byte Controller { get; }
var byte = midiControlChangeMessage.controller;
Public ReadOnly Property Controller As Byte

属性值

Byte

byte

从 0 到 127 接收此消息的控制器。

适用于