Click or drag to resize

Tempo(Int32, NoteValue) 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,
	NoteValue noteValue
)
View Source

Parameters

totalNoteValues  Int32
Total note values for Tempo.
noteValue  NoteValue
Named note value used for Tempo.
See Also