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 [2023/02/05 15:54]
tedfelix [Links]
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!  (New user registrations are currently disabled due to spam.  Please contact us on the dev mailing list to request access.)+  * 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 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.1]]
   * Release notes for [[dev:22.12]]   * Release notes for [[dev:22.12]]
Line 20: Line 26:
   * [[dev:20.12 Testing Notes]]   * [[dev:20.12 Testing Notes]]
   * Release notes for [[dev:20.06]]   * 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]]   * [[dev:Release Notes Archive]]
  
Line 32: Line 32:
 ==== English ==== ==== English ====
  
-Some of this might be a bit outdated.  Contact us on the mailing list if you'd like to help work on the documentation.+Some of this might be a 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.
  
 +  * [[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   * [[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)//
Line 70: Line 71:
   * [[Articles|Featured articles on Rosegarden]]   * [[Articles|Featured articles on Rosegarden]]
   * [[Projects|Projects using Rosegarden]]   * [[Projects|Projects using Rosegarden]]
-  * [[http://www.linuxtech.net/musicgear/synth_yamaha_rm50.html|complete Yamaha RM50 rgd device definition file]] 
  
 ===== Translation ===== ===== Translation =====
Line 86: Line 86:
 ===== Pages for Developers ===== ===== Pages for Developers =====
  
-==== Getting Started ==== 
   * [[dev:Building Rosegarden from Source]]   * [[dev:Building Rosegarden from Source]]
     * [[dev:Using git]]     * [[dev:Using git]]
     * [[dev:Get Dependencies]]     * [[dev:Get Dependencies]]
   * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]]   * [[dev:Eclipse|Using the Eclipse IDE to work on Rosegarden]]
 +  * [[dev:AddressSanitizer]]
 +  * [[dev:Release Process]]
  
-==== Development ==== 
-  * [[dev:new_developers|Welcome For New Developers]] 
-  * [[dev:Coding Style]] 
-  * [[dev:file_format_version|File Format Version]] 
-  * [[dev:layout_code|Rosegarden Coding Style: Qt Layouts]] 
-  * [[dev:config_groups_config_groups|QSettings Config Groups]] 
-  * [[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]]   * [[dev:Development|More Development Notes]]
-  * [[dev:svn To git Transition]] 
-  * [[dev:Release Process]] 
- 
-==== Work In Progress ==== 
-  * [[dev:linked_segments|Linked Segments Branch]] 
-  * [[dev:notation_cleanup|Notation Cleanup Branch]] 
-  * [[dev:tnp|TrackButtons Notification Project]] 
-  * [[dev:percussion|Percussion Notation]] 
- 
-==== Ideas ==== 
-  * [[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]] 
- 
-==== Metrics ==== 
- 
-  * License structure: Currently GPL2+ and 1 Artistic license. 
-  * [[https://www.openhub.net/p/rosegarden|Rosegarden on OpenHub]] 
-    * [[https://www.openhub.net/p/rosegarden/contributors/summary|Contributors]] 
-    * [[https://www.openhub.net/p/rosegarden/map|World map of registered users and developers]] 
-    * [[https://www.openhub.net/p/rosegarden/commits/summary|Commits]] 
  
 ===== Miscellaneous ===== ===== Miscellaneous =====
Line 130: Line 101:
   * [[Donations]]   * [[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.1675612456.txt.gz · Last modified: 2023/02/05 15:54 by tedfelix
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki