C# Class PeteBrown.PowerShellMidi.MidiNoteOnMessageReceivedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: Psychlist1972/Windows-10-PowerShell-MIDI

Public Methods

Method Description
MidiNoteOnMessageReceivedEventArgs ( byte channel, byte note, byte velocity ) : System

Method Details

MidiNoteOnMessageReceivedEventArgs() public method

public MidiNoteOnMessageReceivedEventArgs ( byte channel, byte note, byte velocity ) : System
channel byte
note byte
velocity byte
return System