Click or drag to resize

NoteValueBritish Enumeration

British note value (♪) representing the relative duration of a note.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public enum NoteValueBritish
Members
Member nameValueDescription
Longa0Quadruple whole note (i.e., 4 times the length of a whole note).
Breve1Double whole note (i.e., 2 times the length of a whole note).
Semibreve2Whole note.
Minim3Half note (i.e., 1/2 the length of a whole note).
Crotchet4Quarter note (i.e., 1/4 the length of a whole note).
Quaver5Eighth note (i.e., 1/8 the length of a whole note).
Semiquaver6Sixteenth note (i.e., 1/16 the length of a whole note).
Demisemiquaver7ThirtySecond note (i.e., 1/32 the length of a whole note).
Hemidemisemiquaver8SixtyFourth note (i.e., 1/64 the length of a whole note).
Quasihemidemisemiquaver9HundredTwentyEighth note (i.e., 1/128 the length of a whole note).
TwoHundredFiftySixth10TwoHundredFiftySixth note (i.e., 1/256 the length of a whole note).
FiveHundredTwelfth11FiveHundredTwelfth note (i.e., 1/512 the length of a whole note).
ThousandTwentyFourth12ThousandTwentyFourth note (i.e., 1/1024 the length of a whole note).
Remarks
Note duration formula accessible via extension function "Duration()" for given note value.
See Also