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:KXStudio14045:About.php 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio14045:About");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 14.04.5", "About");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. KXStudio 14.04.5 is an ISO release based on Ubuntu 14.04.5 LTS, made on 09/06/2017.<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 KDE4 desktop, together with a low-latency kernel (version 3.13).<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 several tweaks
  18. (like disable file indexer and everything else that can introduce random xruns).
  19. </p>
  20. <p><br/></p>
  21. <h4><span class="mw-headline" id="CurrentNotes">Current 14.04.5 Notes</span></h4>
  22. <ul>
  23. <li>Some applications and websites don't work nicely with dark themes, which KXStudio uses by default.<br/>
  24. This is not a bug in the theme(s) but rather upstream (ie, app and website authors).<br/>
  25. We encourage users to report such issues upstream so they can be fixed for everyone using dark themes.</li>
  26. <li>The KXStudio GTK3 theme is unfinished. Applications that use GTK3 might appear slightly broken.</li>
  27. </ul>
  28. <p><br/></p>
  29. <h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
  30. <p>
  31. The list of pre-installed applications in the ISO follows, not listing audio plugins.
  32. </p>
  33. <table>
  34. <tr><td>
  35. <b>Audio</b>
  36. </td><td>
  37. &nbsp;&nbsp;&nbsp;
  38. &nbsp;&nbsp;&nbsp;
  39. </td><td>
  40. <b>Other</b>
  41. </td></tr>
  42. <tr><td valign="top">
  43. <ul>
  44. <!-- <li>amsynth</li> -->
  45. <li>Ardour</li>
  46. <li>Audacious</li>
  47. <li>Audacity</li>
  48. <li>Bristol</li>
  49. <li>Cadence (and sub-tools)</li>
  50. <!-- <li>Calf Plugin Suite</li> -->
  51. <li>Carla</li>
  52. <!-- <li>DISTRHO Plugins and Ports</li> -->
  53. <!-- <li>DrumGizmo</li> -->
  54. <!-- <li>Drumkv1</li> -->
  55. <li>Giada</li>
  56. <li>Guitarix</li>
  57. <li>Hydrogen</li>
  58. <li>Jamin</li>
  59. <li>LinuxSampler</li>
  60. <li>LMMS</li>
  61. <li>Mixxx</li>
  62. <li>MusE</li>
  63. <li>Non-Mixer</li>
  64. <li>Non-Sequencer</li>
  65. <li>Non-Session-Manager</li>
  66. <li>Non-Timeline</li>
  67. <!-- <li>OpenAV Plugins</li> -->
  68. <li>Petri-Foo</li>
  69. <li>Phasex</li>
  70. <li>Qsampler</li>
  71. <li>Qsynth</li>
  72. <li>Qtractor</li>
  73. <li>Rakarrack</li>
  74. <li>Rosegarden</li>
  75. <!-- <li>Samplv1</li> -->
  76. <li>SEQ24</li>
  77. <li>SooperLooper</li>
  78. <!-- <li>Synthv1</li> -->
  79. <li>xjadeo</li>
  80. <!-- <li>ZynAddSubFX</li> -->
  81. </ul>
  82. </td><td valign="top">
  83. &nbsp;&nbsp;&nbsp;
  84. &nbsp;&nbsp;&nbsp;
  85. </td><td valign="top">
  86. <ul>
  87. <li>Blender</li>
  88. <li>Clementine</li>
  89. <li>Digikam</li>
  90. <li>Firefox</li>
  91. <li>Gimp</li>
  92. <li>gparted</li>
  93. <li>Inkscape</li>
  94. <li>KDE base (ark, dolphin, gwenview, k3b, etc)</li>
  95. <li>Kdenlive</li>
  96. <li>LibreOffice (Impress and Writer)</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. ?>