C# Class LibiadaMusic.ScoreModel.Measure

The measure.
Inheritance: IBaseObject
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

The clone.
public Clone ( ) : IBaseObject
Résultat IBaseObject

Equals() public méthode

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
Résultat bool

Measure() public méthode

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. ///
Résultat System.Collections.Generic

MergeMeasures() public méthode

The merge measures.
public MergeMeasures ( Measure measure ) : void
measure Measure /// The measure. ///
Résultat void

ModifyNoteWithAttributes() public méthode

The modify note with attributes.
public ModifyNoteWithAttributes ( ValueNote note ) : ValueNote
note ValueNote /// The note. ///
Résultat ValueNote