Share via


MidiControlChangeMessage.Channel 속성

정의

이 메시지가 적용되는 채널을 0-15에서 가져옵니다.

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

속성 값

Byte

byte

이 메시지가 적용되는 0-15 채널입니다.

적용 대상