C# Class LibiadaMusic.Analysis.FmotivArray

The fmotiv array.
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
FmotivArray ( ) : System.Collections.Generic

Initializes a new instance of the FmotivArray class.

NewRecord ( string name ) : void

The new record.

Method Details

FmotivArray() public méthode

Initializes a new instance of the FmotivArray class.
public FmotivArray ( ) : System.Collections.Generic
Résultat System.Collections.Generic

NewRecord() public méthode

The new record.
public NewRecord ( string name ) : void
name string /// The name. ///
Résultat void