|
MeasureSizeValidateNoteValueAtBeat(NoteValueBritish, Int32, Int32) Method
|
Validates that given note value will fit within this
MeasureSize for specified beat.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax function ValidateNoteValueAtBeat(noteValue, beat, dots);
View SourceParameters
- 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