C# Class PeteBrown.PowerShellMidi.MidiNoteOffMessageReceivedEventArgs

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

Public Methods

Method Description
MidiNoteOffMessageReceivedEventArgs ( byte channel, byte note, byte velocity, bool remappedNoteOnMessage ) : System

Method Details

MidiNoteOffMessageReceivedEventArgs() public method

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