C# 클래스 PeteBrown.PowerShellMidi.MidiNoteOnMessageReceivedEventArgs

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

공개 메소드들

메소드 설명
MidiNoteOnMessageReceivedEventArgs ( byte channel, byte note, byte velocity ) : System

메소드 상세

MidiNoteOnMessageReceivedEventArgs() 공개 메소드

public MidiNoteOnMessageReceivedEventArgs ( byte channel, byte note, byte velocity ) : System
channel byte
note byte
velocity byte
리턴 System