다음을 통해 공유


MidiNoteOnMessage(Byte, Byte, Byte) 생성자

정의

public:
 MidiNoteOnMessage(byte channel, byte note, byte velocity);
 MidiNoteOnMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOnMessage(byte channel, byte note, byte velocity);
function MidiNoteOnMessage(channel, note, velocity)
Public Sub New (channel As Byte, note As Byte, velocity As Byte)

매개 변수

channel
Byte

byte

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

note
Byte

byte

0-127의 값으로 지정된 참고입니다.

velocity
Byte

byte

0-127의 값으로 지정된 속도입니다.

적용 대상