Rosegarden source downloads
Current stable release
The current stable, but experimental release is 11.11, about equal parts feature and bufix release. This includes several new features that have seen very little testing in the real world, and is the product of a big push to eliminate all the legacy Qt 3 code. We'd like you to try it and enjoy it, but use it with some caution, and be prepared to report more bugs than usual.
We'll even try to fix a few of them.
Hopefully.
Development code from Subversion
The latest, up-to-the-minute source code in use by Rosegarden developers is always available using the Subversion (svn) source-code control system from SourceForge. The main Subversion repository can be retrieved with:
svn co https://rosegarden.svn.sourceforge.net/svnroot/rosegarden/trunk/rosegarden
That will obtain the main development trunk.
Please read the instructions here for more details on using Subversion.
You can also browse the source code here.
Interested developers should also browse the Rosegarden wiki.
Other branches
Several "branches" of the Rosegarden source code are available
in Subversion, containing different features for prospective developers
or other interested parties. These branches are accessible in the
branches/ directory of the svn repository, with the
following command :
svn co https://rosegarden.svn.sourceforge.net/svnroot/rosegarden/branches/<BRANCH>
replacing <BRANCH> with the name of the branch you want.
You can browse the current branches here. None of these are presently maintained, relevant, or interesting, but that may change shortly.
