C# Class GeneticMIDI.Generators.CompositionGenerator.InstrumentalGenerator2

Inheritance: IPlaybackGenerator
Afficher le fichier Open project: stefan-j/GeneticMIDI Class Usage Examples

Private Properties

Свойство Type Description
GenerateInstrument GeneticMIDI.Representation.MelodySequence
Save void

Méthodes publiques

Méthode Description
Generate ( IEnumerable instrs, int seed ) : GeneticMIDI.Representation.Composition
Generate ( ) : IPlayable
GenerateComposition ( ) : GeneticMIDI.Representation.Composition
GenerateFromFiles ( string path ) : void
Initialize ( ) : void
InstrumentalGenerator2 ( ) : System
InstrumentalGenerator2 ( string path ) : System
LoadFromFile ( ) : void
Next ( ) : IPlayable

Private Methods

Méthode Description
GenerateInstrument ( PatchNames patch, int seed ) : GeneticMIDI.Representation.MelodySequence
Save ( ) : void

Method Details

Generate() public méthode

public Generate ( IEnumerable instrs, int seed ) : GeneticMIDI.Representation.Composition
instrs IEnumerable
seed int
Résultat GeneticMIDI.Representation.Composition

Generate() public méthode

public Generate ( ) : IPlayable
Résultat IPlayable

GenerateComposition() public méthode

public GenerateComposition ( ) : GeneticMIDI.Representation.Composition
Résultat GeneticMIDI.Representation.Composition

GenerateFromFiles() public méthode

public GenerateFromFiles ( string path ) : void
path string
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InstrumentalGenerator2() public méthode

public InstrumentalGenerator2 ( ) : System
Résultat System

InstrumentalGenerator2() public méthode

public InstrumentalGenerator2 ( string path ) : System
path string
Résultat System

LoadFromFile() public méthode

public LoadFromFile ( ) : void
Résultat void

Next() public méthode

public Next ( ) : IPlayable
Résultat IPlayable