webmaster442.windowsterminal.note - webmaster442/WindowsTerminal GitHub Wiki

< Back


Note

Namespace: Webmaster442.WindowsTerminal

Music notes that can be used in a music string

public enum Note

Inheritance ObjectValueTypeEnumNote Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
C5 0 C5
CSharp5 1 C#5
D5 2 D5
DSharp5 3 D#5
E5 4 E5
F5 5 F5
FSharp5 6 F#5
G5 7 G5
GSharp5 8 G#5
A5 9 A5
ASharp5 10 A#5
B5 11 B5
C6 12 C6
CSharp6 13 C#6
D6 14 D6
DSharp6 15 D#6
E6 16 E6
F6 17 F6
FSharp6 18 F#6
G6 19 G6
GSharp6 20 G#6
A6 21 A6
ASharp6 22 A#6
B6 23 B6
C7 24 C7

< Back