C# Class LibiadaMusic.ScoreModel.Key

знаки при ключе в такте (диез, бемоль)
Inheritance: IBaseObject
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Свойство Type Description
Fifths int
Mode string

Méthodes publiques

Méthode Description
Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

Key ( int fifths, string mode = "" ) : LibiadaCore.Core

Initializes a new instance of the Key class.

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

Key() public méthode

Initializes a new instance of the Key class.
public Key ( int fifths, string mode = "" ) : LibiadaCore.Core
fifths int /// The fifths. ///
mode string /// The mode. ///
Résultat LibiadaCore.Core

Property Details

Fifths public_oe property

bemoles(-), diez(+) (ex. -6 : 6 bemoles);
public int Fifths
Résultat int

Mode public_oe property

Major or minor.
public string Mode
Résultat string