Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MuseScore2MEI conversion #67

Open
peterstadler opened this issue Jan 25, 2023 · 7 comments
Open

Add MuseScore2MEI conversion #67

peterstadler opened this issue Jan 25, 2023 · 7 comments
Labels
backlog will be evaluated and prioritized

Comments

@peterstadler
Copy link
Member

@ahankinson published https://github.com/rism-digital/musescore-mei which might make a good addition to the MEIGarage conversions. If I understand correctly, the actual conversion (of the musescore-mei plugin) is done via Verovio which is already available in the MEIGarage, so probably not much is needed but a new conversion path?

@peterstadler peterstadler added the backlog will be evaluated and prioritized label Jan 25, 2023
@ahankinson
Copy link

Thanks @peterstadler!

The only thing that might be a bit tricky is that the plugin will send the request using the multipart/form-data content type. It took me a little while to figure out how this works. So if there are any problems getting the MEIGarage server to recognize the uploaded file in the request, let me know.

The sample server itself is very, very simple: https://github.com/rism-digital/musescore-mei/blob/main/export_server/server.py

@ahankinson
Copy link

I'm going to recommend that this issue is closed now, since MuseScore now has support for MEI files built-in, and the plugin I wrote is obsolete.

@peterstadler
Copy link
Member Author

I'm going to recommend that this issue is closed now, since MuseScore now has support for MEI files built-in, and the plugin I wrote is obsolete.

I still think there are use cases such as batch conversion or scripted conversions in general that are not supported by MuseScore? But I putting that out here without having looked at what MuseScore offers out of the box …

@ahankinson
Copy link

You can use MuseScore as a command line tool, and the server that supported the plugin has been decommissioned, so I wouldn’t recommend building that into the MEI Garage.

@peterstadler
Copy link
Member Author

So, that sounds even better! If the MuseScore license is not too prohibitive we could add MuseScore itself as a converter to the MEIGarage?!

@ahankinson
Copy link

GPLv3, but it's ok since everything else is open source in MEI Garage.

@anneferger
Copy link
Member

Sounds good to integrate MuseScore converters directly! I will have a look at that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog will be evaluated and prioritized
Projects
None yet
Development

No branches or pull requests

3 participants