A MIDI Library for .NET

Note Structure

A letter and accidental, which together form an octave-independent note.

For a list of all members of this type, see Note Members .

System.Object
   Note

public struct Note

Remarks

This class lets you define a note by combining a letters A-G with accidentals (sharps and flats). Examples of notes are D, B#, and Gbb. This is the conventional way to refer to notes in an octave independent way.

Each note unambiguously identifies a pitch (modulo octave), but each pitch has potentially many notes. For example, the notes F, E#, D###, and Gbb all resolve to the same pitch, though the last two names are unlikely to be used in practice.

Requirements

Namespace: Midi

Assembly: Midi (in Midi.dll)

See Also

Note Members | Midi Namespace