Property | Type | Description | |
---|---|---|---|
GeneratedSequence | GeneticMIDI.Representation.MelodySequence | ||
Generator | INoteGenerator | ||
Instrument | PatchNames |
Method | Description | |
---|---|---|
LoadInstrumentalData ( ) : void | ||
SetupLinePlot ( OxyPlot plot, string title ) : void | ||
StartSpinner ( ) : void | ||
StopSpinner ( ) : void | ||
TrackGenerator ( GeneticMIDI.Representation.CompositionCategory category, GeneticMIDI.Representation.Composition comp ) : System | ||
gen_OnPercentage ( object sender, int percentage, double fitness ) : void | ||
swr_OnProgressChange ( int curIndex, int maxIndex, double fitness ) : void |
Method | Description | |
---|---|---|
Button_Click ( object sender, |
||
Button_Click_1 ( object sender, |
||
Button_Click_2 ( object sender, |
||
Button_Click_3 ( object sender, |
||
Generate ( ) : void | ||
accompMethoBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
btnClose_Click ( object sender, |
||
randomScale_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
public SetupLinePlot ( OxyPlot plot, string title ) : void | ||
plot | OxyPlot | |
title | string | |
return | void |
public TrackGenerator ( GeneticMIDI.Representation.CompositionCategory category, GeneticMIDI.Representation.Composition comp ) : System | ||
category | GeneticMIDI.Representation.CompositionCategory | |
comp | GeneticMIDI.Representation.Composition | |
return | System |
public gen_OnPercentage ( object sender, int percentage, double fitness ) : void | ||
sender | object | |
percentage | int | |
fitness | double | |
return | void |
public swr_OnProgressChange ( int curIndex, int maxIndex, double fitness ) : void | ||
curIndex | int | |
maxIndex | int | |
fitness | double | |
return | void |
public MelodySequence,GeneticMIDI.Representation GeneratedSequence | ||
return | GeneticMIDI.Representation.MelodySequence |