A MIDI Library for .NET

ControlExtensionMethods.Name Method

Returns the human-readable name of a MIDI control.

[Extension]
public static string Name(
   this Control control
);

Parameters

control
The control.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The control is out-of-range.

See Also

ControlExtensionMethods Class | Midi Namespace