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-13 14:48:45 +04: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 fix packaging for Qt5.1 on mac, add support script to fix Qt 5.1 frameworks and plugins 2013-07-11 16:37:27 +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 enable mtest plugins 2013-07-11 12:25:25 +02:00
fluid fix grace notes in parts 2013-06-21 11:26:56 +02:00
fonts more plugin fixes 2013-07-11 09:33:04 +02:00
libmscore Remove Fraction reduce in operations 2013-07-13 14:48:45 +04:00
manual port to qt5 2013-02-15 14:50:03 +01:00
midi All midi import base on fractions 2013-07-13 14:48:44 +04:00
miditools add 'division' to miditools 2013-04-17 10:50:37 +02:00
mscore Small code improvements 2013-07-13 14:48:45 +04:00
mstyle rollback effects gui; fixes for mstyle 2013-07-10 21:59:00 +02:00
mtest Nonuplets for MIDI import 2013-07-13 14:48:45 +04:00
omr omr update 2013-05-21 09:44:49 +02:00
share relayout tuplet when editing beam 2013-07-12 14:07:48 +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 remove iostream in rtf2html 2013-07-09 18:37:40 +02:00
zerberus merge master 2013-07-08 14:44:28 +02:00
.gitignore Permutation method for tuplet search 2013-07-13 14:48:44 +04:00
.travis.yml update travis build for Qt 5.1 2013-07-09 17:31:05 +02:00
admin add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
all.h fix scoreview plugin 2013-07-10 11:05:54 +02:00
CMakeLists.txt fix policy error 2013-07-11 23:18:17 +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 reduce default number of CPUS to build on windows 2013-07-11 17:55:52 +02:00
Makefile.osx Improve handling of mscore/revision.h 2013-01-29 16:26:07 +00:00
README update README 2013-07-12 09:16:42 +02:00
README.md update README 2013-07-12 09:06:50 +02: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.