다음을 통해 공유


MidiNoteOffMessage(Byte, Byte, Byte) 생성자

정의

public:
 MidiNoteOffMessage(byte channel, byte note, byte velocity);
 MidiNoteOffMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOffMessage(byte channel, byte note, byte velocity);
function MidiNoteOffMessage(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의 값으로 지정된 속도입니다.

적용 대상