C# Class PeteBrown.PowerShellMidi.MidiControlChangeMessageReceivedEventArgs

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

Public Methods

Method Description
MidiControlChangeMessageReceivedEventArgs ( byte channel, byte controller, byte value ) : System

Method Details

MidiControlChangeMessageReceivedEventArgs() public method

public MidiControlChangeMessageReceivedEventArgs ( byte channel, byte controller, byte value ) : System
channel byte
controller byte
value byte
return System