A MIDI Library for .NET

InputDevice.NoteOffHandler Delegate

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

public delegate void NoteOffHandler(
   NoteOffMessage msg
);

Requirements

Namespace: Midi

Assembly: Midi (in Midi.dll)

See Also

Midi Namespace