|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?php
- $PAGE_TITLE = "KXStudio Documentation";
- $PAGE_TYPE = "NONKXSTUDIO";
- $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio14042:About");
- $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.2", "About");
- include_once("includes/header.php");
- ?>
-
- <p>
- <span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span>
- </p>
-
- <p>
- KXStudio 14.04.2 is an ISO release based on Ubuntu 14.04.2 LTS, made on 27/07/2015.<br/>
- Check the Live-DVD section in the Downloads page to download it (or just click <a href="<?php echo $ROOT; ?>/Downloads#LiveDVD">here</a>).
- </p>
-
- <p>
- The Live-DVD contains a highly optimized KDE4 desktop, together with a low-latency kernel (version 3.8).<br/>
- There's a lot of audio-related applications inside, with even more available to install via the repositories.
- </p>
-
- <p>
- The live system is based upon Kubuntu code with only a few tweaks (like auto-adding the live user to audio and video groups).
- </p>
-
- <h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
-
- <p>
- The list of pre-installed applications in the ISO follows, not listing audio plugins.
- </p>
-
- <table>
- <tr><td>
- <b>Audio</b>
- </td><td>
-
-
- </td><td>
- <b>Other</b>
- </td></tr>
- <tr><td valign="top">
- <ul>
- <!-- <li>amsynth</li> -->
- <li>Ardour</li>
- <li>Audacious</li>
- <li>Audacity</li>
- <li>Bristol</li>
- <li>Cadence (and sub-tools)</li>
- <!-- <li>Calf Plugin Suite</li> -->
- <li>Carla</li>
- <!-- <li>DISTRHO Plugins and Ports</li> -->
- <!-- <li>DrumGizmo</li> -->
- <!-- <li>Drumkv1</li> -->
- <li>Giada</li>
- <li>Guitarix</li>
- <li>Hydrogen</li>
- <li>Jamin</li>
- <li>Laborejo</li>
- <li>LinuxSampler</li>
- <li>LisaloQt</li>
- <li>LMMS</li>
- <li>Mixxx</li>
- <li>MusE</li>
- <li>Non-Mixer</li>
- <li>Non-Sequencer</li>
- <li>Non-Session-Manager</li>
- <li>Non-Timeline</li>
- <!-- <li>OpenAV Plugins</li> -->
- <li>Petri-Foo</li>
- <li>Phasex</li>
- <li>Qsampler</li>
- <li>Qsynth</li>
- <li>Qtractor</li>
- <li>Rakarrack</li>
- <li>Renoise</li>
- <li>Rosegarden</li>
- <!-- <li>Samplv1</li> -->
- <li>SEQ24</li>
- <li>SooperLooper</li>
- <!-- <li>Synthv1</li> -->
- <li>Sunvox</li>
- <li>VMPK</li>
- <li>xjadeo</li>
- <li>ZynAddSubFX</li>
- </ul>
- </td><td valign="top">
-
-
- </td><td valign="top">
- <ul>
- <li>Blender</li>
- <li>Clementine</li>
- <li>Digikam</li>
- <li>Firefox</li>
- <li>Gimp</li>
- <li>gparted</li>
- <li>Inkscape</li>
- <li>KDE base (ark, dolphin, gwenview, k3b, etc)</li>
- <li>Kdenlive</li>
- <li>LibreOffice (Impress and Writer)</li>
- <li>Muon</li>
- <li>QdvdAuthor</li>
- <li>SMPlayer</li>
- <li>Synaptic</li>
- <li>VLC</li>
- </ul>
- </td></tr>
- </table>
-
- <p><br/></p>
-
- <?php
- include_once("includes/footer.php");
- ?>
|