A MIDI Library for .NET
ChannelExtensionMethods.IsValid Method
Returns true if the specified channel is valid.
[Extension]
public static
bool
IsValid(
this
Channel
channel
);
Parameters
channel
The channel to test.
See Also
ChannelExtensionMethods Class
|
Midi Namespace