|
|
Note
|
| Member name | Value | Description |
|---|---|---|
| Longa | 0 | Quadruple whole note (i.e., 4 times the length of a whole note). |
| Breve | 1 | Double whole note (i.e., 2 times the length of a whole note). |
| Semibreve | 2 | Whole note. |
| Minim | 3 | Half note (i.e., 1/2 the length of a whole note). |
| Crotchet | 4 | Quarter note (i.e., 1/4 the length of a whole note). |
| Quaver | 5 | Eighth note (i.e., 1/8 the length of a whole note). |
| Semiquaver | 6 | Sixteenth note (i.e., 1/16 the length of a whole note). |
| Demisemiquaver | 7 | ThirtySecond note (i.e., 1/32 the length of a whole note). |
| Hemidemisemiquaver | 8 | SixtyFourth note (i.e., 1/64 the length of a whole note). |
| Quasihemidemisemiquaver | 9 | HundredTwentyEighth note (i.e., 1/128 the length of a whole note). |
| TwoHundredFiftySixth | 10 | TwoHundredFiftySixth note (i.e., 1/256 the length of a whole note). |
| FiveHundredTwelfth | 11 | FiveHundredTwelfth note (i.e., 1/512 the length of a whole note). |
| ThousandTwentyFourth | 12 | ThousandTwentyFourth note (i.e., 1/1024 the length of a whole note). |
The NoteValueBritish type exposes the following members.
| Name | Description | |
|---|---|---|
| Duration |
Returns source note value duration. For example, 0.25 will be returned for
a crotchet note, 1.0 will be returned for a semibreve note, etc.
(Defined by NoteValueExtensions) | |
| Duration |
Returns source note value duration. For example, 0.25 will be returned for
a crotchet note, 1.0 will be returned for a semibreve note, etc.
(Defined by NoteValueExtensions) | |
| Duration |
Returns source note value duration in terms of given reference note value.
For example, if measure size is 3/4 then reference is quarter notes and returned
value will be equivalent number of quarter notes for given source note.
(Defined by NoteValueExtensions) | |
| Duration |
Returns source note value duration in terms of given reference note value.
For example, if measure size is 3/4 then reference is quarter notes and returned
value will be equivalent number of quarter notes for given source note.
(Defined by NoteValueExtensions) | |
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |