共用方式為


MidiNoteOnMessage.Channel 屬性

定義

從 0-15 取得套用此訊息的通道。

public:
 property byte Channel { byte get(); };
byte Channel();
public byte Channel { get; }
var byte = midiNoteOnMessage.channel;
Public ReadOnly Property Channel As Byte

屬性值

Byte

byte

此訊息適用于 0-15 的通道。

適用於