|
MeasureSizeValidateNoteValueAtBeat(NoteValue, 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 public void ValidateNoteValueAtBeat(
NoteValue noteValue,
int beat,
int dots
)
public:
void ValidateNoteValueAtBeat(
NoteValue noteValue,
int beat,
int dots
)
member ValidateNoteValueAtBeat :
noteValue : NoteValue *
beat : int *
dots : int -> unit
function ValidateNoteValueAtBeat(noteValue, beat, dots);
View SourceParameters
- noteValue NoteValue
- 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