A MIDI Library for .NET

Note.Accidental Property

The accidental for this note name.

public int Accidental { public get; }

Remarks

Zero means natural, positive values are sharp by that many semitones, and negative values are flat by that many semitones. Likely values are Natural (0), Sharp (1), DoubleSharp (2), Flat (-1), and DoubleFlat (-2).

See Also

Note Class | Midi Namespace