Measure
|
The MeasureSize type exposes the following members.
Name | Description | |
---|---|---|
MeasureSize(Int32, NoteValue) | Creates a new musical measure defined as the number of beats per note value. | |
MeasureSize(Int32, NoteValueBritish) | Creates a new musical measure defined as the number of beats per note value. | |
MeasureSize(Int32, Double) | Creates a new musical measure defined as the number of beats per note value. |
Name | Description | |
---|---|---|
Beats | Gets or sets the number of beats per measure. | |
NamedNoteValue | Get or sets the note value, expressed in American form, representing the basic pulse of the music. | |
NamedNoteValueBritish | Get or sets the note value, expressed in British form, representing the basic pulse of the music. | |
NoteValue | Get or sets the relative note value representing the basic pulse of the music. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
ValidateNoteValueAtBeat(Double, Int32) | Validates that given note value will fit within this MeasureSize for specified beat. | |
ValidateNoteValueAtBeat(NoteValue, Int32, Int32) | Validates that given note value will fit within this MeasureSize for specified beat. | |
ValidateNoteValueAtBeat(NoteValueBritish, Int32, Int32) | Validates that given note value will fit within this MeasureSize for specified beat. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |