C# 클래스 GeneticMIDI.Generators.Sequence.DrumGenerator

상속: INoteGenerator
파일 보기 프로젝트 열기: stefan-j/GeneticMIDI 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Save void

공개 메소드들

메소드 설명
DrumGenerator ( ) : System
DrumGenerator ( int order ) : System
Generate ( ) : GeneticMIDI.Representation.MelodySequence
Initialize ( GeneticMIDI.Representation.Databank bank ) : void
LoadFromFile ( ) : void
Next ( ) : GeneticMIDI.Representation.MelodySequence
Train ( GeneticMIDI.Representation.Databank bank ) : void

비공개 메소드들

메소드 설명
Save ( ) : void

메소드 상세

DrumGenerator() 공개 메소드

public DrumGenerator ( ) : System
리턴 System

DrumGenerator() 공개 메소드

public DrumGenerator ( int order ) : System
order int
리턴 System

Generate() 공개 메소드

public Generate ( ) : GeneticMIDI.Representation.MelodySequence
리턴 GeneticMIDI.Representation.MelodySequence

Initialize() 공개 메소드

public Initialize ( GeneticMIDI.Representation.Databank bank ) : void
bank GeneticMIDI.Representation.Databank
리턴 void

LoadFromFile() 공개 메소드

public LoadFromFile ( ) : void
리턴 void

Next() 공개 메소드

public Next ( ) : GeneticMIDI.Representation.MelodySequence
리턴 GeneticMIDI.Representation.MelodySequence

Train() 공개 메소드

public Train ( GeneticMIDI.Representation.Databank bank ) : void
bank GeneticMIDI.Representation.Databank
리턴 void