|
TempoNoteValueTime Property
|
Total time, in seconds, 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.5 seconds.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public double NoteValueTime { get; }
Public ReadOnly Property NoteValueTime As Double
Get
member NoteValueTime : float with get
function get_NoteValueTime();
View SourceProperty Value
DoubleSee Also