C# 클래스 PeteBrown.PowerShellMidi.MidiNoteOffMessageReceivedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Psychlist1972/Windows-10-PowerShell-MIDI

공개 메소드들

메소드 설명
MidiNoteOffMessageReceivedEventArgs ( byte channel, byte note, byte velocity, bool remappedNoteOnMessage ) : System

메소드 상세

MidiNoteOffMessageReceivedEventArgs() 공개 메소드

public MidiNoteOffMessageReceivedEventArgs ( byte channel, byte note, byte velocity, bool remappedNoteOnMessage ) : System
channel byte
note byte
velocity byte
remappedNoteOnMessage bool
리턴 System