C# Class LibiadaMusic.ScoreModel.Size

размер в такте size is beats/beatbase (ex size = 3/4; beats=3; beatbase=4;)
Inheritance: IBaseObject
ファイルを表示 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

Size ( int beats, int beatBase ) : System

Initializes a new instance of the Size class.

Size ( int beats, int beatBase, int ticksPerBeat ) : System

Initializes a new instance of the Size 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

Size() public method

Initializes a new instance of the Size class.
public Size ( int beats, int beatBase ) : System
beats int /// The beats. ///
beatBase int /// The beat base. ///
return System

Size() public method

Initializes a new instance of the Size class.
public Size ( int beats, int beatBase, int ticksPerBeat ) : System
beats int /// The beats. ///
beatBase int /// The beat base. ///
ticksPerBeat int /// The ticks per beat. ///
return System