Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2012/10/07 22:01]
michael [Release Notes]
start [2016/02/23 00:42]
tedfelix [English]
Line 3: Line 3:
 This is the Wiki for user and developer documentation about the [[http://www.rosegardenmusic.com/|Rosegarden]] audio and MIDI sequencer and notation editor. This is the Wiki for user and developer documentation about the [[http://www.rosegardenmusic.com/|Rosegarden]] audio and MIDI sequencer and notation editor.
  
-If you wish to add any new documentation or update anything in here, please create an account and get editing!+If you wish to add any new documentation or update anything in here, please create an account and get editing!  (New user registrations are currently disabled due to spam.  Please contact us on the dev mailing list to request access.)
  
 Note that developer pages are in the "dev:" namespace, formal project documentation is in the "doc:" namespace, and pages for translators are in the "translator:" namespace.  General user pages do not have any particular namespace; call them whatever you like. Note that developer pages are in the "dev:" namespace, formal project documentation is in the "doc:" namespace, and pages for translators are in the "translator:" namespace.  General user pages do not have any particular namespace; call them whatever you like.
Line 15: Line 15:
 It's depressing, but it is what it is.  I don't know how to fix it.  I am merely lamenting that fact that you shouldn't expect too much from the documentation you are about to discover here. It's depressing, but it is what it is.  I don't know how to fix it.  I am merely lamenting that fact that you shouldn't expect too much from the documentation you are about to discover here.
  
 +  * [[Development from SVN|Installing a Development Version from Subversion]] //(bug reports are most useful against the development version)//
 +  * [[doc:tips|Notation Tips and Tricks]] //(from 13.10)//
   * [[doc:manual-en|The Rosegarden Manual]] //(incomplete)//   * [[doc:manual-en|The Rosegarden Manual]] //(incomplete)//
 +  * [[doc:Using Thru Routing|Using Thru Routing]] //(from 16.02)//
   * [[doc:companion-en|The New Rosegarden Companion]] //(very old)//   * [[doc:companion-en|The New Rosegarden Companion]] //(very old)//
   * [[http://rosegardenmusic.com/tutorials/|HTML Tutorials]] //(newer, but many are old)//   * [[http://rosegardenmusic.com/tutorials/|HTML Tutorials]] //(newer, but many are old)//
 +  * [[doc:external|Documentation Around the Web]]
   * [[Users Helping Users]] //(before 10.02)//   * [[Users Helping Users]] //(before 10.02)//
   * [[Frequently Asked Questions]]   * [[Frequently Asked Questions]]
   * [[Low-latency Kernels]] //(probably obsolete)//   * [[Low-latency Kernels]] //(probably obsolete)//
-  * [[Stable from SVN|Installing a Stable Version from Subversion]] 
   * [[keyboard_shortcuts|Keyboard Shortcuts]]   * [[keyboard_shortcuts|Keyboard Shortcuts]]
  
Line 36: Line 39:
  
 ====  Japanese ==== ====  Japanese ====
-  * [[doc:manual-ja|Rosegarden manual]](partially+  * [[doc:manual-ja|Rosegarden manual]] (partial
-  * [[keyboard_shortcuts_ja]](partially)+  * [[keyboard_shortcuts_ja]] (partial)
  
 ===== Links ===== ===== Links =====
Line 43: Line 46:
   * [[Articles|Featured articles on Rosegarden]]   * [[Articles|Featured articles on Rosegarden]]
   * [[Projects|Projects using Rosegarden]]   * [[Projects|Projects using Rosegarden]]
-  * [[http://www.linuxtech.net/downloads/rosegarden_1.7.3_mandriva_rpm.html|Rosegarden 1.7.3 rpm for Mandriva Linux 2008.1]] 
-  * [[http://www.linuxtech.net/musicgear/synth_korg_05rw.html|complete Korg 05R/W rgd device definition file]] 
   * [[http://www.linuxtech.net/musicgear/synth_yamaha_rm50.html|complete Yamaha RM50 rgd device definition file]]   * [[http://www.linuxtech.net/musicgear/synth_yamaha_rm50.html|complete Yamaha RM50 rgd device definition file]]
  
Line 62: Line 63:
 ==== Development ==== ==== Development ====
   * [[dev:new_developers|Welcome For New Developers]]   * [[dev:new_developers|Welcome For New Developers]]
-  * [[dev:Coding Style]] & [[dev:Code Consistency]]+  * [[dev:Coding Style]]
   * [[dev:file_format_version|File Format Version]]   * [[dev:file_format_version|File Format Version]]
   * [[dev:layout_code|Rosegarden Coding Style: Qt Layouts]]   * [[dev:layout_code|Rosegarden Coding Style: Qt Layouts]]
Line 72: Line 73:
   * [[dev:Dealing with Latencies]]   * [[dev:Dealing with Latencies]]
   * [[dev:Development|More Development Notes]]   * [[dev:Development|More Development Notes]]
 +  * [[dev:Release|Performing a Release]]
  
 ==== Work In Progress ==== ==== Work In Progress ====
Line 77: Line 79:
   * [[dev:notation_cleanup|Notation Cleanup Branch]]   * [[dev:notation_cleanup|Notation Cleanup Branch]]
   * [[dev:tnp|TrackButtons Notification Project]]   * [[dev:tnp|TrackButtons Notification Project]]
 +  * [[dev:percussion|Percussion Notation]]
  
 ==== Ideas ==== ==== Ideas ====
Line 84: Line 87:
  
 ==== Release Notes ==== ==== Release Notes ====
-  * **Future** release notes for [[dev:next_version|Upcoming Release]]+  * Release notes for [[dev:next_version|Upcoming Release]] //Accumulate release notes here.// 
 +  Release notes for [[dev:16.02|16.02]] 
 +  Release notes for [[dev:15.12|15.12]] 
 +  Release notes for [[dev:15.10|15.10]] 
 +  Release notes for [[dev:15.08|15.08]] 
 +  * Release notes for [[dev:14.12|14.12]] 
 +  * Release notes for [[dev:14.02|14.02]] 
 +  * Release notes for [[dev:13.10|13.10]] 
 +  * Release notes for [[dev:13.06|13.06]] 
 +  * Release notes for [[dev:13.04|13.04]] 
 +  * Release notes for [[dev:13.02|13.02]]
   * Release notes for [[dev:12.12|12.12]]   * Release notes for [[dev:12.12|12.12]]
   * Release notes for [[dev:12.04|12.04]]   * Release notes for [[dev:12.04|12.04]]
Line 107: Line 120:
     * [[http://www.ohloh.net/p/rosegarden/commits|Monthly updated list of svn commit logs]]     * [[http://www.ohloh.net/p/rosegarden/commits|Monthly updated list of svn commit logs]]
  
 +===== Old Stuff =====
  
 +  * [[dev:Code Consistency]]
 +  * [[http://www.linuxtech.net/downloads/rosegarden_1.7.3_mandriva_rpm.html|Rosegarden 1.7.3 rpm for Mandriva Linux 2008.1]]
 +  * [[http://www.linuxtech.net/musicgear/synth_korg_05rw.html|complete Korg 05R/W rgd device definition file]] - This is already shipped with rg, although the shipped version is slightly different in terms of the "ipbposition" of some of the controllers.  Otherwise they are identical.  This link can be archived someplace for reference off the front page.
 
 
start.txt · Last modified: 2024/02/06 14:17 by tedfelix
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki