** Rosegarden http://www.rosegardenmusic.com/
** http://linux-sound.org/
-* Howto's
+h2. Howto's
+
+h3. How to add a sound track to Xonotic ?
+
+* Copy the track file to the _data/sound/cdtracks_ folder
+* Add the name of the track (without the extension) at the end of the cvar _g_cdtracks_remaplist_, on the file _defaultXonotic.cfg_. Count all tracks and remember the position of the added one, this information will be used on the following step.
+* Open the file <name of map>.mapinfo (_on data/xonotic-maps.pk3dir/maps_) and add a line with the text "cd loop x". This x should be the position of the track within the cvar _g_cdtracks_remaplist_.
+
+h3. How to add a sound track to a non official map?
+
+* Copy the track to the folder _sound/cdtracks/_ (inside the pk3 file)
+* Open the file _<name of map>.mapinfo_ and add a line with the text "cd loop <track filename>"