johentsch / ms3

A parser for annotated MuseScore 3 files.
https://ms3.readthedocs.io
GNU General Public License v3.0
42 stars 3 forks source link

Documentation - JOSS Paper #64

Closed TGabor closed 1 year ago

TGabor commented 1 year ago

Here are some small comments regarding the JOSS paper submission:

johentsch commented 1 year ago

addressed via 4fea2211..626c772f

I decided to leave your first remark unaddressed because, in the context of research data, "lossy conversion" suffices as an exclusion criterion.

TGabor commented 1 year ago

@johentsch I disagree that “lossy conversion” suffices as an exclusion criterion for research data. For example, if you’re only interested to derive some musical features independent of the layout, then it should be sufficient to rely on a lossy conversion that only affects the layout. I see that it will be especially important to have a lossless conversion once you want to write modified annotations back to the original MuseScore file. But this is not clear in the motivation in l.25

johentsch commented 1 year ago

The raison d'être for a MuseScore parser is that no other software parses MuseScore format. The musicXML discussion is misguided.

faroit commented 1 year ago

@johentsch hooking into this discussion here:

in the paper you state:

For example, the Free and Open Source Software MuseScore provides a full-featured yet intuitive interface for engraving music, but its native XML format does not explicitly encode the temporal positions of events such as notes and rests. Hence the need for a parser that extracts the implicit information and stores it in an interoperable format.

Despite being one of the most wide-spread score encoding formats, current score parsers [e.g., @Cancino-Chacon2022_PartituraPythonPackage; @Cuthbert2010_Music21ToolkitComputerAided; @Pugin2014_VerovioLibraryEngraving], do not handle it without first performing a lossy conversion to the musicXML format. The Python library ms3 fills this gap.

I agree that having only lossy conversion parsers, is indeed sufficient as a motivation to write a new one. However, for readers out-of-domain (like myself), I am with @TGabor, that a short, easy to understand, example where that loss would matter and what ms3 enables specifically that wasn't possible with existing parsers, would be helpful.

faroit commented 1 year ago

@TGabor are the changes in e8c11a8 sufficient for you?

TGabor commented 1 year ago

@johentsch Thanks for the updates! I think this is clearer now. 👍

@faroit yes, lets go ahead!

johentsch commented 1 year ago

Thanks for your feedback, @TGabor and @faroit. I hadn't pinged you after my changes because I took #66 as an occasion to reorganize the tests. It's done locally and they'll come out with v1.3.0. Today or tomorrow. Could we wait until then, @faroit?