Method | Description | |
---|---|---|
AddMelody ( GeneticMIDI.Representation.MelodySequence seq ) : void | ||
AddMelody ( string path ) : void | ||
Generate ( ) : GeneticMIDI.Representation.MelodySequence | ||
MarkovChainGenerator ( PatchNames instrument, int order = 3, int length = 150 ) : System | ||
Next ( ) : GeneticMIDI.Representation.MelodySequence |
Method | Description | |
---|---|---|
IPlaybackGenerator ( ) : IPlayable |
public AddMelody ( GeneticMIDI.Representation.MelodySequence seq ) : void | ||
seq | GeneticMIDI.Representation.MelodySequence | |
return | void |
public Generate ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |
public MarkovChainGenerator ( PatchNames instrument, int order = 3, int length = 150 ) : System | ||
instrument | PatchNames | |
order | int | |
length | int | |
return | System |
public Next ( ) : GeneticMIDI.Representation.MelodySequence | ||
return | GeneticMIDI.Representation.MelodySequence |