[C#] Musecore parsing MusicXML in MIDI
Good Afternoon,
I'm going to design a tool in C# to converter a musicxml file in MIDI using musescore as parser.
Is there any project similar at mine?
Thanks in advance!
Good Afternoon,
I'm going to design a tool in C# to converter a musicxml file in MIDI using musescore as parser.
Is there any project similar at mine?
Thanks in advance!
Do you still have an unanswered question? Please log in first to post your question.
Comments
You can use MuseScore for this already, in batch mode, see https://musescore.org/en/handbook/command-line-options
MuseScore.exe -o file.midi file.xml
Or by using the batch convert plugin
In reply to You can use MuseScore for… by Jojo-Schmitz
Thanks!
In reply to You can use MuseScore for… by Jojo-Schmitz
There is a new issue: after setting the "environment variable" for calling MuseScore.exe this file compute the CLI
MuseScore.exe -o file.midi file.xml
Instead, if I write only "MuseScore.exe" this launch the Window Version.
In reply to There is a new issue: after… by Miccel
Not an issue but by design.
-o
starts MuseScore on batch mode, without GUIIn reply to Not an issue but by design. … by Jojo-Schmitz
The issue is that MusicScore doesn't convert my MXL file in a MIDI. Without sending a feedback on Console
In reply to The issue is that MusicScore… by Miccel
MuseScore.exe -o file.midi file.mxl
Also you may need to use -f, fo force the conversion even on corrupt scores
There is no console output from MuseScore on Windows, unfortunately