MidiPitchBendChangeMessage.Channel 属性

定义

从 0-15 获取此消息适用的通道。

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

属性值

Byte

byte

此消息适用的从 0 到 15 的通道。

适用于