Method | Description | |
---|---|---|
AccompanyGeneratorMarkov ( GeneticMIDI.Representation.CompositionCategory cat, PatchNames instrument ) : System | ||
Generate ( ) : GeneticMIDI.Representation.MelodySequence | ||
Generate ( GeneticMIDI.Representation.MelodySequence seq, int seed ) : GeneticMIDI.Representation.MelodySequence | ||
Next ( ) : GeneticMIDI.Representation.MelodySequence | ||
SetSequence ( GeneticMIDI.Representation.MelodySequence seq ) : void |
Method | Description | |
---|---|---|
Add ( GeneticMIDI.Representation.CompositionCategory category ) : void | ||
NormalizeSequence ( GeneticMIDI.Representation.MelodySequence seq ) : GeneticMIDI.Representation.MelodySequence |
public AccompanyGeneratorMarkov ( GeneticMIDI.Representation.CompositionCategory cat, PatchNames instrument ) : System | ||
cat | GeneticMIDI.Representation.CompositionCategory | |
instrument | PatchNames | |
return | System |
public Generate ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |
public Generate ( GeneticMIDI.Representation.MelodySequence seq, int seed ) : GeneticMIDI.Representation.MelodySequence | ||
seq | GeneticMIDI.Representation.MelodySequence | |
seed | int | |
return | GeneticMIDI.Representation.MelodySequence |
public Next ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |
public SetSequence ( GeneticMIDI.Representation.MelodySequence seq ) : void | ||
seq | GeneticMIDI.Representation.MelodySequence | |
return | void |