Click or drag to resize

Tempo(Int32, NoteValueBritish) Constructor

Contructs a new Tempo object.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public Tempo(
	int totalNoteValues,
	NoteValueBritish noteValue
)
View Source

Parameters

totalNoteValues  Int32
A Int32 indicating the total note values.
noteValue  NoteValueBritish
Named note value used for Tempo.
See Also