Skip to content

UIKit0/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

Languages

  • C++ 93.7%
  • Makefile 5.2%
  • Other 1.1%