C# Class LibiadaMusic.ScoreModel.Measure

The measure.
Inheritance: IBaseObject
Mostra file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

Measure ( List noteList, Attributes attributes ) : System.Collections.Generic

Initializes a new instance of the Measure class.

MergeMeasures ( Measure measure ) : void

The merge measures.

ModifyNoteWithAttributes ( ValueNote note ) : ValueNote

The modify note with attributes.

Method Details

Clone() public method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Equals() public method

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
return bool

Measure() public method

Initializes a new instance of the Measure class.
public Measure ( List noteList, Attributes attributes ) : System.Collections.Generic
noteList List /// The note list. ///
attributes Attributes /// The attributes. ///
return System.Collections.Generic

MergeMeasures() public method

The merge measures.
public MergeMeasures ( Measure measure ) : void
measure Measure /// The measure. ///
return void

ModifyNoteWithAttributes() public method

The modify note with attributes.
public ModifyNoteWithAttributes ( ValueNote note ) : ValueNote
note ValueNote /// The note. ///
return ValueNote