A MIDI Library for .NET

Note Constructor

Constructs a note from a string.

Note(
   string name
);

Parameters

name
The name to parse. Must begin with a letter in ['A'..'G'], then optionally be followed by a series of '#' (sharps) or a series of 'b' (flats).

Exceptions

Exception Type Condition
ArgumentNullException name is null.
ArgumentException name cannot be parsed.

See Also

Note Class | Midi Namespace | Note Constructor Overload List