MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
Find a file
2013-07-09 16:56:38 +02:00
.tx Add transifex repo config 2013-06-15 17:04:48 +02:00
aeolus merge master 2013-07-08 14:44:28 +02:00
audiofile add c++ wrapper for sndfile, replace ogg routines in fluid with sndfile 2013-06-03 12:54:37 +02:00
awl merge 2013-05-14 13:38:39 +02:00
build merge master 2013-07-08 14:44:28 +02:00
bww2mxml for debugging remove iostream from bww2mxml 2013-07-09 16:56:38 +02:00
demos fix #19148: Distortion in sound playback after several measures of play 2013-02-12 20:17:36 +01:00
effects for debugging remove iostream from bww2mxml 2013-07-09 16:56:38 +02:00
fluid fix grace notes in parts 2013-06-21 11:26:56 +02:00
fonts add gonville font in TTF format 2013-07-01 18:51:59 +02:00
libmscore fix regression: reading pos in element 2013-07-09 14:42:33 +02:00
manual port to qt5 2013-02-15 14:50:03 +01:00
midi Some refactoring, more comments 2013-05-27 03:48:38 +04:00
miditools add 'division' to miditools 2013-04-17 10:50:37 +02:00
mscore enable qml 2 2013-07-09 15:12:50 +02:00
mstyle for debugging remove iostream from bww2mxml 2013-07-09 16:56:38 +02:00
mtest update parts 2013-07-09 10:59:57 +02:00
omr omr update 2013-05-21 09:44:49 +02:00
share merge master 2013-07-08 14:44:28 +02:00
synthesizer fix grace note layout in beam context 2013-07-02 09:45:25 +02:00
test fix #21663 2013-06-24 22:17:39 +02:00
thirdparty merge master 2013-07-08 14:44:28 +02:00
zerberus merge master 2013-07-08 14:44:28 +02:00
.gitignore ignore .DS_Store files 2013-04-08 15:25:44 +02:00
.travis.yml Travis: fix crash in mtest, add qt plugins dir env variable 2013-05-15 22:41:55 +02:00
admin add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
all.h merge master 2013-07-08 14:44:28 +02:00
CMakeLists.txt merge master 2013-07-08 14:44:28 +02:00
Compatibility enhanced 1.2 import 2012-08-23 12:28:27 +02:00
LICENSE.GPL Initial commit 2012-05-26 14:49:10 +02:00
Makefile merge master 2013-07-08 14:44:28 +02:00
Makefile.mingw clean Makefile.mingw a bit 2013-03-10 18:50:39 +01:00
Makefile.osx Improve handling of mscore/revision.h 2013-01-29 16:26:07 +00:00
README Corrected the typed commands in the Test section, 2013-01-19 15:58:58 +00:00
README.md Update README.md 2013-01-24 15:08:09 +01:00

Links

Packages

  • aeolus Clone of Aeolus

  • awl Audio Widget Library, from the MusE project

  • build Utility files for build

  • bww2mxml Command line tool to convert BWW files to MusicXML. BWW parser is used by MuseScore to import BWW files.

  • demos A few MuseScore files to demonstrate what can be done

  • fluid Clone of FluidSynth, ported to C++ and customized

  • fonts Contains fontforge source (sfd) + ttf/otf fonts

  • libmscore Data model of MuseScore. It is a subtree and you can find it standalone on GitHub

  • mscore Main code for the MuseScore UI

  • mstyle Clone of KDE4 style Oxygen

  • msynth Abstract interface to Fluid + Aeolus

  • mtest Unit testing using QTest

  • omr Optical music recognition

  • share Files moved to /usr/share/... on install

  • test Old tests. Should move to mtest

  • thirdparty Contains projects which are included for convenience, usually to integrate them into the build system to make them available for all supported platforms.