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.

Documentation:KXStudio14042:About.php 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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 KDE4 desktop, 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).
  21. </p>
  22. <h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
  23. <p>
  24. The list of pre-installed applications in the ISO follows, not listing audio plugins.
  25. </p>
  26. <table>
  27. <tr><td>
  28. <b>Audio</b>
  29. </td><td>
  30. &nbsp;&nbsp;&nbsp;
  31. &nbsp;&nbsp;&nbsp;
  32. </td><td>
  33. <b>Other</b>
  34. </td></tr>
  35. <tr><td valign="top">
  36. <ul>
  37. <!-- <li>amsynth</li> -->
  38. <li>Ardour</li>
  39. <li>Audacious</li>
  40. <li>Audacity</li>
  41. <li>Bristol</li>
  42. <li>Cadence (and sub-tools)</li>
  43. <!-- <li>Calf Plugin Suite</li> -->
  44. <li>Carla</li>
  45. <!-- <li>DISTRHO Plugins and Ports</li> -->
  46. <!-- <li>DrumGizmo</li> -->
  47. <!-- <li>Drumkv1</li> -->
  48. <li>Giada</li>
  49. <li>Guitarix</li>
  50. <li>Hydrogen</li>
  51. <li>Jamin</li>
  52. <li>Laborejo</li>
  53. <li>LinuxSampler</li>
  54. <li>LisaloQt</li>
  55. <li>LMMS</li>
  56. <li>Mixxx</li>
  57. <li>MusE</li>
  58. <li>Non-Mixer</li>
  59. <li>Non-Sequencer</li>
  60. <li>Non-Session-Manager</li>
  61. <li>Non-Timeline</li>
  62. <!-- <li>OpenAV Plugins</li> -->
  63. <li>Petri-Foo</li>
  64. <li>Phasex</li>
  65. <li>Qsampler</li>
  66. <li>Qsynth</li>
  67. <li>Qtractor</li>
  68. <li>Rakarrack</li>
  69. <li>Renoise</li>
  70. <li>Rosegarden</li>
  71. <!-- <li>Samplv1</li> -->
  72. <li>SEQ24</li>
  73. <li>SooperLooper</li>
  74. <!-- <li>Synthv1</li> -->
  75. <li>Sunvox</li>
  76. <li>VMPK</li>
  77. <li>xjadeo</li>
  78. <li>ZynAddSubFX</li>
  79. </ul>
  80. </td><td valign="top">
  81. &nbsp;&nbsp;&nbsp;
  82. &nbsp;&nbsp;&nbsp;
  83. </td><td valign="top">
  84. <ul>
  85. <li>Blender</li>
  86. <li>Clementine</li>
  87. <li>Digikam</li>
  88. <li>Firefox</li>
  89. <li>Gimp</li>
  90. <li>gparted</li>
  91. <li>Inkscape</li>
  92. <li>KDE base (ark, dolphin, gwenview, k3b, etc)</li>
  93. <li>Kdenlive</li>
  94. <li>LibreOffice (Impress and Writer)</li>
  95. <li>Muon</li>
  96. <li>QdvdAuthor</li>
  97. <li>SMPlayer</li>
  98. <li>Synaptic</li>
  99. <li>VLC</li>
  100. </ul>
  101. </td></tr>
  102. </table>
  103. <p><br/></p>
  104. <?php
  105. include_once("includes/footer.php");
  106. ?>