|   | NoteValue Enumeration | 
        
        American note value (♪) representing the relative duration of a note.
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Enumeration NoteValue
public enum class NoteValue
GSF.Media.Music.NoteValue = function();
GSF.Media.Music.NoteValue.createEnum('GSF.Media.Music.NoteValue', false); Members
Members| 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). | 
| Whole | 2 | Whole note. | 
| Half | 3 | Half note (i.e., 1/2 the length of a whole note). | 
| Quarter | 4 | Quarter note (i.e., 1/4 the length of a whole note). | 
| Eighth | 5 | Eighth note (i.e., 1/8 the length of a whole note). | 
| Sixteenth | 6 | Sixteenth note (i.e., 1/16 the length of a whole note). | 
| ThirtySecond | 7 | ThirtySecond note (i.e., 1/32 the length of a whole note). | 
| SixtyFourth | 8 | SixtyFourth note (i.e., 1/64 the length of a whole note). | 
| HundredTwentyEighth | 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). | 
 Remarks
RemarksNote duration formula accessible via extension function "Duration()" for given note value.
 See Also
See Also