Skip to content

simple demo implementation of a http server converting uploaded MuseScore files to png

License

Notifications You must be signed in to change notification settings

wschweer/mscoreserver

Repository files navigation

x

This is the implementation of a simple MuseScore server.
When uploading a score file, it returns the png of the first
page.

Files:
mscoreserver.ini        configuration file for the http server
                        (move to $HOME/mscoreserver)
mscoretest.html         simple web formular to upload a score


Build&Run:

mkdir build
cd build
qmake ../mscoreserver.pro
make
(drink coffee)
./mscoreserver

About

simple demo implementation of a http server converting uploaded MuseScore files to png

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published