Click or drag to resize

MeasureSizeValidateNoteValueAtBeat(NoteValueBritish, Int32, 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(
	NoteValueBritish noteValue,
	int beat,
	int dots
)
View Source

Parameters

noteValue  NoteValueBritish
Named note value to validate.
beat  Int32
Beat within in measure where note value is trying to fit.
dots  Int32
Dot length extensions to apply to named note value.
See Also