Closed infojunkie closed 1 year ago
Right now, the player accepts an explicit MIDI file. We can do better, by converting MusicXML to MIDI in this component, using existing methods:
musicxml-mma
In order to expose these and potentially other methods, create an interface IMIDIConversion and let the player accept an implementation of this interface (including an implementation that just takes a MIDI file URI).
IMIDIConversion
Right now, the player accepts an explicit MIDI file. We can do better, by converting MusicXML to MIDI in this component, using existing methods:
musicxml-mma
APIIn order to expose these and potentially other methods, create an interface
IMIDIConversion
and let the player accept an implementation of this interface (including an implementation that just takes a MIDI file URI).