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

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

공개 메소드들

메소드 설명
Generate ( ) : GeneticMIDI.Representation.MelodySequence
Next ( ) : GeneticMIDI.Representation.MelodySequence
SamplingWithReplacement ( GeneticMIDI.Representation.CompositionCategory cat, PatchNames instrument ) : System

비공개 메소드들

메소드 설명
CalculateStats ( ) : void
GetRandomMelody ( ) : GeneticMIDI.Representation.MelodySequence
IsValidTrack ( GeneticMIDI.Representation.Track track ) : bool

메소드 상세

Generate() 공개 메소드

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

Next() 공개 메소드

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

SamplingWithReplacement() 공개 메소드

public SamplingWithReplacement ( GeneticMIDI.Representation.CompositionCategory cat, PatchNames instrument ) : System
cat GeneticMIDI.Representation.CompositionCategory
instrument PatchNames
리턴 System