Property | Type | Description | |
---|---|---|---|
Save | void |
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 |
Method | Description | |
---|---|---|
Save ( ) : void |
public Generate ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |
public Initialize ( GeneticMIDI.Representation.Databank bank ) : void | ||
bank | GeneticMIDI.Representation.Databank | |
return | void |
public Next ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |
public Train ( GeneticMIDI.Representation.Databank bank ) : void | ||
bank | GeneticMIDI.Representation.Databank | |
return | void |