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
start [2013/06/19 13:20]
tedfelix [Links] Status of Korg 05R/W rgd file
start [2024/02/06 14:17] (current)
tedfelix [English]
Line 1: Line 1:
 ====== Rosegarden Wiki ====== ====== Rosegarden Wiki ======
  
-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 the Rosegarden MIDI sequencer.  Useful links:
  
-If you wish to add any new documentation or update anything in here, please create an account and get editing!+  * https://sourceforge.net/projects/rosegarden/ - Main downloads and support. 
 +  * http://www.rosegardenmusic.com/ - Website with various info. 
 +  * https://github.com/tedfelix/rosegarden-official - Secondary source code and support.
  
-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.+If you wish to add any new documentation or update anything in here, please contact us on the [[https://sourceforge.net/projects/rosegarden/lists/rosegarden-devel|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.// 
 + 
 +===== Release and Testing Notes ===== 
 + 
 +  * Release notes for [[dev:23.12]] 
 +  * Release notes for [[dev:23.06]] 
 +  * 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]] 
 +  * [[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 [[https://sourceforge.net/projects/rosegarden/lists/rosegarden-devel|dev 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://people.ias.edu/~mvanwinkle/var/exports/rosegarden_keymap.html|Keyboard cheat sheet for "Inserting notes and rests"]] February 5, 2024.
 +  * [[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 41: Line 68:
 ===== 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]] - 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. 
-  * [[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]]
  
-===== Pages for Developers =====+===== Testing =====
  
-==== Getting Started ==== +  * [[test:Rosegarden Test Plans]]
-  * [[dev:subversion|Subversion Quick Start]] +
-  * [[Development from SVN|Installing a Development Version from Subversion]] +
-  * [[dev:Contributing|How to Contribute to the Rosegarden Project]] +
-  * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]] +
-  * [[dev:eclipsecdt|Using Eclipse/CDT with Rosegarden]]+
  
-==== Development ==== +===== Device File Development =====
-  * [[dev:new_developers|Welcome For New Developers]] +
-  * [[dev:Coding Style]] & [[dev:Code Consistency]] +
-  * [[dev:file_format_version|File Format Version]] +
-  * [[dev:layout_code|Rosegarden Coding Style: Qt Layouts]] +
-  * [[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:rg_qt4_dialogs|Blurb about dialog buttons rescued from an otherwise obsolete set of pages]] +
-  * [[dev:Dealing with Latencies]] +
-  * [[dev:Development|More Development Notes]]+
  
-==== Work In Progress ==== +[[dev:device_files|Rosegarden Device File (.rgd) Developer's Guide]]
-  * [[dev:linked_segments|Linked Segments Branch]] +
-  * [[dev:notation_cleanup|Notation Cleanup Branch]] +
-  * [[dev:tnp|TrackButtons Notification Project]]+
  
-==== Ideas ==== +===== Pages for Developers =====
-  * [[dev:Summer Code]] -- suggestions for pieces of work that new developers might like to get started with +
-  * [[dev:midi_control_interface_draft| Draft for better MIDI-Controler support]] +
-  * [[dev:Future Plans|Future Plans]]+
  
-==== Release Notes ==== +  * [[dev:Building Rosegarden from Source]] 
-  **Future** release notes for [[dev:next_version|Upcoming Release]] +    * [[dev:Using git]] 
-  Release notes for [[dev:13.06|13.06]] +    * [[dev:Get Dependencies]] 
-  Release notes for [[dev:13.04|13.04]] +  * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]] 
-  * Release notes for [[dev:13.02|13.02]] +  * [[dev:AddressSanitizer]] 
-  * Release notes for [[dev:12.12|12.12]] +  * [[dev:Release Process]]
-  * 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 ====+  * [[dev:Development|More Development Notes]]
  
-  * License structure: Currently GPL2+ and 1 Artistic license. +===== Miscellaneous =====
-  * [[http://www.ohloh.net|Ohloh]] +
-    * [[http://www.ohloh.net/p/rosegarden|Project summary]] +
-    * [[http://www.ohloh.net/p/rosegarden/contributors|Time line of contributors]] +
-    * [[http://www.ohloh.net/p/rosegarden/map|World map of registered users and developers]] (currently 9 developers registered out of 37) +
-    * [[http://www.ohloh.net/p/rosegarden/commits|Monthly updated list of svn commit logs]]+
  
 +  * [[wiki:syntax|Wiki Syntax]] - [[doku>DokuWiki]]
 +  * [[Rosegarden Logo]]
 +  * [[Donations]]
  
 
 
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