A MIDI Library for .NET

InstrumentExtensionMethods.Name Method

Returns the human-readable name of a MIDI instrument.

[Extension]
public static string Name(
   this Instrument instrument
);

Parameters

instrument
The instrument.

Exceptions

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

See Also

InstrumentExtensionMethods Class | Midi Namespace