|
TempoTotalNoteValues Property
|
Total number of reference note values that occur in one minute - thus defining
the tempo for a score.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public int TotalNoteValues { get; set; }
Public Property TotalNoteValues As Integer
Get
Set
public:
property int TotalNoteValues {
int get ();
void set (int value);
}
member TotalNoteValues : int with get, set
function get_TotalNoteValues();
function set_TotalNoteValues(value);
View SourceProperty Value
Int32See Also