KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.1KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio14042:About");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.2", "About");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. <span style="color:#fa3a3a;">The information on this page is incomplete or outdated.</span>
  10. </p>
  11. <p>
  12. KXStudio 14.04.2 is an ISO release based on Ubuntu 14.04.2 LTS, made on 27/07/2015.<br/>
  13. Check the Live-DVD section in the Downloads page to download it (or just click <a href="<?php echo $ROOT; ?>/Downloads#LiveDVD">here</a>).
  14. </p>
  15. <p>
  16. The Live-DVD contains a highly optimized KDE desktop (version 4.11.1), together with a low-latency kernel (version 3.8).<br/>
  17. There's a lot of audio-related applications inside, with even more available to install via the repositories.
  18. </p>
  19. <p>
  20. The live system is based upon Kubuntu code with only a few tweaks (like auto-adding the live user to audio and video groups).<br/>
  21. Due to a Kubuntu backports issue is not possible to use Ubuntu's "LTS Enablement Stack", so the regular Xorg version is used.
  22. </p>
  23. <h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
  24. <p>
  25. The list of pre-installed applications in the ISO follows, not listing audio plugins.
  26. </p>
  27. <table>
  28. <tr><td>
  29. <b>Audio</b>
  30. </td><td>
  31. &nbsp;&nbsp;&nbsp;
  32. &nbsp;&nbsp;&nbsp;
  33. </td><td>
  34. <b>Other</b>
  35. </td></tr>
  36. <tr><td valign="top">
  37. <ul>
  38. <!-- <li>amsynth</li> -->
  39. <li>Ardour3</li>
  40. <li>Audacious</li>
  41. <li>Audacity</li>
  42. <li>Bristol</li>
  43. <li>Cadence (and sub-tools)</li>
  44. <!-- <li>Calf Plugin Suite</li> -->
  45. <li>Carla</li>
  46. <!-- <li>DISTRHO Plugins and Ports</li> -->
  47. <!-- <li>DrumGizmo</li> -->
  48. <!-- <li>Drumkv1</li> -->
  49. <li>Giada</li>
  50. <li>Guitarix</li>
  51. <li>Hydrogen</li>
  52. <li>Jamin</li>
  53. <li>Laborejo</li>
  54. <li>LinuxSampler</li>
  55. <li>LisaloQt</li>
  56. <li>LMMS</li>
  57. <li>Mixxx</li>
  58. <li>MusE</li>
  59. <li>Non-Mixer</li>
  60. <li>Non-Sequencer</li>
  61. <li>Non-Session-Manager</li>
  62. <li>Non-Timeline</li>
  63. <!-- <li>OpenAV Plugins</li> -->
  64. <li>Petri-Foo</li>
  65. <li>Phasex</li>
  66. <li>Qsampler</li>
  67. <li>Qsynth</li>
  68. <li>Qtractor</li>
  69. <li>Rakarrack</li>
  70. <li>Renoise</li>
  71. <li>Rosegarden</li>
  72. <!-- <li>Samplv1</li> -->
  73. <li>SEQ24</li>
  74. <li>SooperLooper</li>
  75. <!-- <li>Synthv1</li> -->
  76. <li>Sunvox</li>
  77. <li>VMPK</li>
  78. <li>xjadeo</li>
  79. <li>ZynAddSubFX</li>
  80. </ul>
  81. </td><td valign="top">
  82. &nbsp;&nbsp;&nbsp;
  83. &nbsp;&nbsp;&nbsp;
  84. </td><td valign="top">
  85. <ul>
  86. <li>Blender</li>
  87. <li>Clementine</li>
  88. <li>Digikam</li>
  89. <li>Firefox</li>
  90. <li>Gimp</li>
  91. <li>gparted</li>
  92. <li>Inkscape</li>
  93. <li>KDE base (ark, dolphin, gwenview, k3b, etc)</li>
  94. <li>Kdenlive</li>
  95. <li>LibreOffice (Impress and Writer)</li>
  96. <li>Muon</li>
  97. <li>QdvdAuthor</li>
  98. <li>SMPlayer</li>
  99. <li>Synaptic</li>
  100. <li>VLC</li>
  101. <li>Wine</li>
  102. </ul>
  103. </td></tr>
  104. </table>
  105. <p><br/></p>
  106. <?php
  107. include_once("includes/footer.php");
  108. ?>