C# 클래스 LibiadaMusic.Analysis.FmotivArray

The fmotiv array.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
FmotivArray ( ) : System.Collections.Generic

Initializes a new instance of the FmotivArray class.

NewRecord ( string name ) : void

The new record.

메소드 상세

FmotivArray() 공개 메소드

Initializes a new instance of the FmotivArray class.
public FmotivArray ( ) : System.Collections.Generic
리턴 System.Collections.Generic

NewRecord() 공개 메소드

The new record.
public NewRecord ( string name ) : void
name string /// The name. ///
리턴 void