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:KXStudio12043:About.php 3.0KB

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