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/08/19 22:45]
tedfelix Fix up header levels
start [2023/02/05 15:54]
tedfelix [Links]
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.
 +
 +===== Release and Testing Notes =====
 +
 +  * Release notes for [[dev:22.12.1]]
 +  * Release notes for [[dev:22.12]]
 +  * Release notes for [[dev:22.06]]
 +  * Release notes for [[dev:21.12]]
 +  * [[dev:21.12 Testing Notes]]
 +  * Release notes for [[dev:21.06.1]]
 +  * Release notes for [[dev:21.06]]
 +  * [[dev:21.06 Testing Notes]]
 +  * Release notes for [[dev:20.12]]
 +  * [[dev:20.12 Testing Notes]]
 +  * Release notes for [[dev:20.06]]
 +  * Release notes for [[dev:19.12]]
 +  * Release notes for [[dev:19.06]]
 +  * Release notes for [[dev:18.12]]
 +  * Release notes for [[dev:18.06]]
 +  * Release notes for [[dev:17.12]]
 +  * Release notes for [[dev:17.04]]
 +  * [[dev:Release Notes Archive]]
  
 ===== Documentation ===== ===== Documentation =====
Line 11: Line 32:
 ==== English ==== ==== English ====
  
-Like much of the documentation in the open source world, a lot of this information is starting to show signs of serious neglect.  It is very big job trying to keep up with a FOSS project as it evolves through time.  A collection of documentation never quite gets finished in time for some particular release, and as time goes on, more and more new features do not get proper documentation, older stubs are never completed, old information is never updated, and the whole thing just becomes a ragged, incomplete, inconsistent mess. +Some of this might be bit outdated.  Contact us on the mailing list if you'd like to help work on the documentation.
- +
-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.+
  
 +  * [[https://www.youtube.com/watch?v=FVhAneOg0sc|Rosegarden Tutorial Part 1 (video on youtube)]] August 7, 2018
   * [[doc:manual-en|The Rosegarden Manual]] //(incomplete)//   * [[doc:manual-en|The Rosegarden Manual]] //(incomplete)//
 +  * [[dev:Building Rosegarden from Source]] //(bug reports are most useful against the development version)//
 +  * [[doc:tips|Notation Tips and Tricks]] //(from 13.10)//
 +  * [[doc:Using Thru Routing]] //(from 16.02)//
 +  * [[doc:Guitar MIDI Controller to Notation]] //(from 22.12)//
   * [[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]]
 +  * [[http://www.n-ism.org/Papers/Microtonalism/codicil.pdf|Pitch Tracker]] //academic paper describing the pitch tracker//
 +  * [[doc:GrandOrgue|Connecting Rosegarden to GrandOrgue]] from April 2020
  
 ==== Español/castellano ==== ==== Español/castellano ====
Line 36: Line 62:
  
 ====  Japanese ==== ====  Japanese ====
-  * [[doc:manual-ja|Rosegarden manual]](partially+  * [[doc:manual-ja|Rosegarden manual]] (partial
-  * [[keyboard_shortcuts_ja]](partially)+  * [[keyboard_shortcuts_ja]] (partial)
  
 ===== Links ===== ===== Links =====
  
 +  * [[https://fosdem.org/2023/schedule/event/rosegarden/|Richard Bown's talk at FOSDEM '23]]
   * [[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]]
  
-===== Pages for Translators =====+===== Translation =====
  
   * [[translator:Add or Update Translation|How to Add or Update a Translation]]   * [[translator:Add or Update Translation|How to Add or Update a Translation]]
 +
 +===== Testing =====
 +
 +  * [[test:Rosegarden Test Plans]]
 +
 +===== Device File Development =====
 +
 +[[dev:device_files|Rosegarden Device File (.rgd) Developer's Guide]]
  
 ===== Pages for Developers ===== ===== Pages for Developers =====
  
 ==== Getting Started ==== ==== Getting Started ====
-  * [[Development from SVN|Installing a Development Version from Subversion]] +  * [[dev:Building Rosegarden from Source]] 
-  * [[dev:Contributing|How to Contribute to the Rosegarden Project]]+    * [[dev:Using git]] 
 +    * [[dev:Get Dependencies]]
   * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]]   * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]]
-  * [[dev:eclipsecdt|Using Eclipse/CDT with Rosegarden]] 
  
 ==== 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]]
   * [[dev:config_groups_config_groups|QSettings Config Groups]]   * [[dev:config_groups_config_groups|QSettings Config Groups]]
-  * [[dev:Working with Multiple Installed Build Versions]] 
-  * [[dev:Branching|Working with Branches]] 
   * [[dev:unittesting|Unit Testing]]   * [[dev:unittesting|Unit Testing]]
-  * [[dev:Development|Development Notes]] 
   * [[dev:rg_qt4_dialogs|Blurb about dialog buttons rescued from an otherwise obsolete set of pages]]   * [[dev:rg_qt4_dialogs|Blurb about dialog buttons rescued from an otherwise obsolete set of pages]]
-  * [[dev:translation_notes_for_developers|Translation Notes for Developers]]+  * [[dev:Dealing with Latencies]] 
 +  * [[dev:Development|More Development Notes]] 
 +  * [[dev:svn To git Transition]] 
 +  * [[dev:Release Process]]
  
 ==== Work In Progress ==== ==== Work In Progress ====
Line 76: Line 109:
   * [[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 81: Line 115:
   * [[dev:midi_control_interface_draft| Draft for better MIDI-Controler support]]   * [[dev:midi_control_interface_draft| Draft for better MIDI-Controler support]]
   * [[dev:Future Plans|Future Plans]]   * [[dev:Future Plans|Future Plans]]
- 
-==== Release Notes ==== 
-  * **Future** release notes for [[dev:next_version|Upcoming Release]] 
-  * Release notes for [[dev:12.04|12.04]] 
-  * Release notes for [[dev:11.11|11.11]] 
-  * Release notes for [[dev:11.06|11.06]] 
-  * Release notes for [[dev:11.02|11.02]] 
-  * Release notes for [[dev:10.10|10.10]] 
-  * Release notes for [[dev:10.04|10.04]] 
-  * Release notes for [[dev:10.02|10.02]] 
-  * Release notes for [[dev:1.7.3]] 
-  * Release notes for [[dev:1.8.0|1.7.2]] 
-  * Release notes for [[dev:1.7.0]] 
-  * Release notes for [[dev:1.6.0]] 
  
 ==== Metrics ==== ==== Metrics ====
  
-  * [[http://www.ohloh.net/projects/538?p=Rosegarden|Ohloh project summary:]] +  * License structureCurrently GPL2+ and 1 Artistic license
-    * Calculated Project Cost +  * [[https://www.openhub.net/p/rosegarden|Rosegarden on OpenHub]] 
-    * [[http://www.ohloh.net/p/rosegarden/contributors|Time line of contributors]] +    * [[https://www.openhub.net/p/rosegarden/contributors/summary|Contributors]] 
-    * [[http://www.ohloh.net/p/rosegarden/factoids/2032180|Large, active development team]] +    * [[https://www.openhub.net/p/rosegarden/map|World map of registered users and developers]] 
-    * [[http://www.ohloh.net/p/rosegarden/analyses/latest|License structure]] (currently GPL2+ and 1 Artistic license) +    * [[https://www.openhub.net/p/rosegarden/commits/summary|Commits]]
-    * [[http://www.ohloh.net/p/rosegarden/map|World map of registered users and developers]] (currently 7 developers registered out of 18) +
-    * [[http://www.ohloh.net/p/rosegarden/commits|Monthly updated list of svn commit logs]]+
  
 +===== Miscellaneous =====
  
 +  * [[wiki:syntax|Wiki Syntax]] - [[doku>DokuWiki]]
 +  * [[Rosegarden Logo]]
 +  * [[Donations]]
 +
 +===== 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/05/08 15:54 by tedfelix
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki