Click or drag to resize

TempoCalculateNoteValueTime(Double) Method

Calculates the actual time duration, in seconds, for the given tempo that the specified source note value will last. For example, if tempo is M.M. 120 quarter-notes per minute, then each quarter-note would last a half-second.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public double CalculateNoteValueTime(
	double value
)
View Source

Parameters

value  Double
Relative value of note.

Return Value

Double
Actual duration of note value in seconds.
See Also