Method | Description | |
---|---|---|
MusicPlayer ( ) : System | ||
Pause ( ) : void | ||
Play ( GeneticMIDI.Representation.Composition comp ) : void | ||
Play ( GeneticMIDI.Representation.MelodySequence seq, PatchNames instrument = PatchNames.Acoustic_Grand ) : void | ||
Play ( GeneticMIDI.Representation.PlaybackInfo info ) : void | ||
Seek ( int key ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
player_OnMessageSent ( object sender, int key, GeneticMIDI.Representation.PlaybackMessage msg ) : void |
public Play ( GeneticMIDI.Representation.Composition comp ) : void | ||
comp | GeneticMIDI.Representation.Composition | |
return | void |
public Play ( GeneticMIDI.Representation.MelodySequence seq, PatchNames instrument = PatchNames.Acoustic_Grand ) : void | ||
seq | GeneticMIDI.Representation.MelodySequence | |
instrument | PatchNames | |
return | void |
public Play ( GeneticMIDI.Representation.PlaybackInfo info ) : void | ||
info | GeneticMIDI.Representation.PlaybackInfo | |
return | void |