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:KXStudio1804:About.php 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio1804:About");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 18.04", "About");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. KXStudio 14.04.5 is an ISO release based on Ubuntu 18.04 LTS, made on 19/05/2018.<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 KDE5 Plasma desktop, together with a low-latency kernel (version x.xx).<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 the Neon distribution 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 18.04 Notes</span></h4>
  22. <ul>
  23. <li>TODO: test 18.04 and write relevant notes here</li>
  24. </ul>
  25. <p><br/></p>
  26. <h3><span class="mw-headline" id="Apps"> Pre-installed applications </span></h3>
  27. <p>
  28. The list of pre-installed applications in the ISO follows, not listing audio plugins.<br/>
  29. NOTE: This list is outdated! (was made for 14.04.5 and needs to be updated)
  30. </p>
  31. <table>
  32. <tr><td>
  33. <b>Audio</b>
  34. </td><td>
  35. &nbsp;&nbsp;&nbsp;
  36. &nbsp;&nbsp;&nbsp;
  37. </td><td>
  38. <b>Other</b>
  39. </td></tr>
  40. <tr><td valign="top">
  41. <ul>
  42. <!-- <li>amsynth</li> -->
  43. <li>Ardour</li>
  44. <li>Audacious</li>
  45. <li>Audacity</li>
  46. <li>Bristol</li>
  47. <li>Cadence (and sub-tools)</li>
  48. <!-- <li>Calf Plugin Suite</li> -->
  49. <li>Carla</li>
  50. <!-- <li>DISTRHO Plugins and Ports</li> -->
  51. <!-- <li>DrumGizmo</li> -->
  52. <!-- <li>Drumkv1</li> -->
  53. <li>Giada</li>
  54. <li>Guitarix</li>
  55. <li>Hydrogen</li>
  56. <li>Jamin</li>
  57. <li>LinuxSampler</li>
  58. <li>LMMS</li>
  59. <li>Mixxx</li>
  60. <li>MusE</li>
  61. <li>Non-Mixer</li>
  62. <li>Non-Sequencer</li>
  63. <li>Non-Session-Manager</li>
  64. <li>Non-Timeline</li>
  65. <!-- <li>OpenAV Plugins</li> -->
  66. <li>Petri-Foo</li>
  67. <li>Phasex</li>
  68. <li>Qsampler</li>
  69. <li>Qsynth</li>
  70. <li>Qtractor</li>
  71. <li>Rakarrack</li>
  72. <li>Rosegarden</li>
  73. <!-- <li>Samplv1</li> -->
  74. <li>SEQ24</li>
  75. <li>SooperLooper</li>
  76. <!-- <li>Synthv1</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>SMPlayer</li>
  96. <li>Synaptic</li>
  97. <li>VLC</li>
  98. </ul>
  99. </td></tr>
  100. </table>
  101. <p><br/></p>
  102. <?php
  103. include_once("includes/footer.php");
  104. ?>