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-04-17 10:13:51 +01:00
aeolus synthesizer/midi cleanups 2013-04-08 11:27:14 +02:00
awl reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
build fix #20695: add 2x resolution support for retina display text and score 2013-04-08 18:28:18 +02:00
bww2mxml precompiled header for mac 2013-03-14 16:00:06 +01:00
demos fix #19148: Distortion in sound playback after several measures of play 2013-02-12 20:17:36 +01:00
effects fix regression: export audio 2013-04-04 12:12:10 +02:00
fluid fix crash when deleting built-in soundfont from synth 2013-04-15 17:48:06 +02:00
fonts TAB FONT: improves design of 'd' and 'f' for early Reanaissance style 2013-04-12 02:39:33 +02:00
libmscore Added Harmony view to the Object Debugger 2013-04-17 10:13:50 +01:00
manual Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
midi midi reorganization 2013-04-15 10:38:29 +02:00
miditools add 'division' to miditools 2013-04-17 10:50:37 +02:00
mscore Make header visible and set column widths 2013-04-17 10:13:51 +01:00
mstyle fixes for workspace; some palette tweaking 2013-03-15 17:52:58 +01:00
mtest add midi import division test 2013-04-17 10:50:37 +02:00
omr precompiled header for mac 2013-03-14 16:00:06 +01:00
share Update to Instruments.xml 2013-04-15 11:46:26 +01:00
synthesizer midi reorganization 2013-04-15 10:38:29 +02:00
test initial (partial) implementation #20581 2013-04-12 22:40:45 +02:00
thirdparty add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
zerberus synthesizer/midi cleanups 2013-04-08 11:27:14 +02:00
.gitignore ignore .DS_Store files 2013-04-08 15:25:44 +02:00
.travis.yml travis-ci: fix multi cpus build 2013-03-11 11:00:33 +01:00
admin add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
all.h simplify all.h in preparation for qt5 2013-02-04 16:56:14 +01:00
CMakeLists.txt midi reorganization 2013-04-15 10:38:29 +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 small build update 2013-02-06 16:23:27 +01: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.