|
TempoNoteValue Property
|
Returns relative value for reference note value. For example, if tempo is
M.M. 120 quarter-notes per minute, then time is referenced in quarter-notes
and this function would return 0.25.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public double NoteValue { get; set; }
Public Property NoteValue As Double
Get
Set
member NoteValue : float with get, set
function get_NoteValue();
function set_NoteValue(value);
View SourceProperty Value
DoubleSee Also