Method | Description | |
---|---|---|
Add ( GeneticMIDI.Representation.MelodySequence seq, INoteGenerator gen ) : GeneticMIDI.Representation.Track |
Adds a track and returns the reference
|
|
Clear ( ) : void | ||
CompositionRandomizer ( ) : System | ||
GenerateComposition ( ) : GeneticMIDI.Representation.Composition | ||
Next ( ) : void | ||
Remove ( GeneticMIDI.Representation.Track t ) : void | ||
Remove ( int index ) : void | ||
SetCompositionTrack ( int i, GeneticMIDI.Representation.Track t ) : void |
Method | Description | |
---|---|---|
AddPercussionTrack ( GeneticMIDI.Representation.MelodySequence seq, INoteGenerator gen ) : GeneticMIDI.Representation.Track |
public Add ( GeneticMIDI.Representation.MelodySequence seq, INoteGenerator gen ) : GeneticMIDI.Representation.Track | ||
seq | GeneticMIDI.Representation.MelodySequence | |
gen | INoteGenerator | |
return | GeneticMIDI.Representation.Track |
public GenerateComposition ( ) : GeneticMIDI.Representation.Composition | ||
return | GeneticMIDI.Representation.Composition |
public Remove ( GeneticMIDI.Representation.Track t ) : void | ||
t | GeneticMIDI.Representation.Track | |
return | void |
public SetCompositionTrack ( int i, GeneticMIDI.Representation.Track t ) : void | ||
i | int | |
t | GeneticMIDI.Representation.Track | |
return | void |