C# Class GeneticMIDI.Generators.Sequence.DrumGenerator

Inheritance: INoteGenerator
ファイルを表示 Open project: stefan-j/GeneticMIDI Class Usage Examples

Private Properties

Property Type Description
Save void

Public Methods

Method Description
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

Private Methods

Method Description
Save ( ) : void

Method Details

DrumGenerator() public method

public DrumGenerator ( ) : System
return System

DrumGenerator() public method

public DrumGenerator ( int order ) : System
order int
return System

Generate() public method

public Generate ( ) : GeneticMIDI.Representation.MelodySequence
return GeneticMIDI.Representation.MelodySequence

Initialize() public method

public Initialize ( GeneticMIDI.Representation.Databank bank ) : void
bank GeneticMIDI.Representation.Databank
return void

LoadFromFile() public method

public LoadFromFile ( ) : void
return void

Next() public method

public Next ( ) : GeneticMIDI.Representation.MelodySequence
return GeneticMIDI.Representation.MelodySequence

Train() public method

public Train ( GeneticMIDI.Representation.Databank bank ) : void
bank GeneticMIDI.Representation.Databank
return void