A MIDI Library for .NET
ChannelExtensionMethods.Name Method
Returns the human-readable name of a MIDI channel.
[Extension]
public static
string
Name(
this
Channel
channel
);
Parameters
channel
The channel.
Exceptions
Exception Type
Condition
ArgumentOutOfRangeException
The channel is out-of-range.
See Also
ChannelExtensionMethods Class
|
Midi Namespace