C# Class LibiadaMusic.ScoreModel.Key

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

Public Properties

Property Type Description
Fifths int
Mode string

Public Methods

Method 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 method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Equals() public method

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

Key() public method

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

Property Details

Fifths public property

bemoles(-), diez(+) (ex. -6 : 6 bemoles);
public int Fifths
return int

Mode public property

Major or minor.
public string Mode
return string