A MIDI Library for .NET

InputDevice.NoteOnHandler Delegate

Delegate called when an input device receives a Note On message.

public delegate void NoteOnHandler(
   NoteOnMessage msg
);

Requirements

Namespace: Midi

Assembly: Midi (in Midi.dll)

See Also

Midi Namespace