MusicXmlParser parser = new MusicXmlParser();
...
player.play(listener.getSequence());
From musicXML to midi, the player incorrectly plays the piece in a wrong tempo/instrument specified in the musicXML file. Im using the latest version of Jfugue.
please help...
CodePudding user response:
