C# Class PeteBrown.PowerShellMidi.MidiNoteOffMessageReceivedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Psychlist1972/Windows-10-PowerShell-MIDI

Méthodes publiques

Méthode Description
MidiNoteOffMessageReceivedEventArgs ( byte channel, byte note, byte velocity, bool remappedNoteOnMessage ) : System

Method Details

MidiNoteOffMessageReceivedEventArgs() public méthode

public MidiNoteOffMessageReceivedEventArgs ( byte channel, byte note, byte velocity, bool remappedNoteOnMessage ) : System
channel byte
note byte
velocity byte
remappedNoteOnMessage bool
Résultat System