Click or drag to resize

MeasureSizeValidateNoteValueAtBeat(Double, Int32) Method

Validates that given note value will fit within this MeasureSize for specified beat.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public void ValidateNoteValueAtBeat(
	double noteValue,
	int beat
)
View Source

Parameters

noteValue  Double
Note value (i.e., length) to validate.
beat  Int32
Beat within in measure where note value is trying to fit.
See Also