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.

107 lines
5.2KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Applications";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Applications");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Applications");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section lists the applications available in the repositories.<br/>
  11. Click on the yellow application name to install its respective package.<br/>
  12. You might also want to check:
  13. </p>
  14. <ul>
  15. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  16. </ul>
  17. <br/>
  18. </div>
  19. <table>
  20. <tr><td align="center">
  21. <p><a href="<?php echo $ROOT; ?>/screenshots/cadence1.png">
  22. <img src="screenshots/thumb/cadence.png" alt="cadence" class="img_thumb_150"/>
  23. </a></p>
  24. </td><td>
  25. <p>
  26. <b><a href="apt://cadence" style="color: rgb(230,230,100);">Cadence</a></b> (JACK Toolbox)<br/>
  27. Cadence is a set of tools useful for audio production.<br/>
  28. This is the main app. It performs system checks, manages JACK, calls other tools and make system tweaks.<br/>
  29. Homepage and Documentation: <a href="http://kxstudio.sf.net/cadence" class="external text" rel="nofollow" target="_blank">http://kxstudio.sf.net/cadence</a><br/>
  30. </p>
  31. </td></tr>
  32. </table>
  33. <table>
  34. <tr><td align="center">
  35. <p><a href="<?php echo $ROOT; ?>/screenshots/catia.png">
  36. <img src="screenshots/thumb/catia.png" alt="catia" class="img_thumb_150"/>
  37. </a></p>
  38. </td><td>
  39. <p>
  40. <b><a href="apt://catia" style="color: rgb(230,230,100);">Catia</a></b> (Patchbay)<br/>
  41. Catia is a JACK Patchbay, with some neat features like A2J bridge support and JACK Transport.<br/>
  42. It's supposed to be as simple as possible, so it can work nicely on non-Linux platforms.<br/>
  43. Homepage and Documentation: <a href="http://kxstudio.sf.net/catia" class="external text" rel="nofollow" target="_blank">http://kxstudio.sf.net/catia</a><br/>
  44. </p>
  45. </td></tr>
  46. </table>
  47. <table>
  48. <tr><td align="center">
  49. <p><a href="<?php echo $ROOT; ?>/screenshots/claudia.png">
  50. <img src="screenshots/thumb/claudia.png" alt="claudia" class="img_thumb_150"/>
  51. </a></p>
  52. </td><td>
  53. <p>
  54. <b><a href="apt://claudia" style="color: rgb(230,230,100);">Claudia</a></b> (Session Manager)<br/>
  55. Claudia is a LADISH frontend; it's just like Catia, but focused at session management through LADISH.<br/>
  56. It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left.<br/>
  57. It also implements the 'Claudia-Launcher' add-application style for LADISH.<br/>
  58. Homepage and Documentation: <a href="http://kxstudio.sf.net/claudia" class="external text" rel="nofollow" target="_blank">http://kxstudio.sf.net/claudia</a><br/>
  59. </p>
  60. </td></tr>
  61. </table>
  62. <table>
  63. <tr><td align="center">
  64. <p><a href="<?php echo $ROOT; ?>/screenshots/renoise.png">
  65. <img src="screenshots/thumb/renoise.png" alt="renoise" class="img_thumb_150"/>
  66. </a></p>
  67. </td><td>
  68. <p>
  69. <b><a href="apt://renoise" style="color: rgb(230,230,100);">Renoise</a></b> (Tracker, non-free)<br/>
  70. Renoise is a complete, expandable Digital Audio Workstation (DAW) with a refreshing twist.<br/>
  71. It lets you record, compose, edit, process and render production-quality audio using a tracker-based approach.<br/>
  72. It features a wide range of built-in audio processors, alongside support for all commonly used virtual instrument and effect plug-in formats.<br/>
  73. Homepage: <a href="http://www.renoise.com" class="external text" rel="nofollow" target="_blank">http://www.renoise.com</a><br/>
  74. User Manual: <a href="http://tutorials.renoise.com/wiki" class="external text" rel="nofollow" target="_blank">http://tutorials.renoise.com/wiki</a><br/>
  75. </p>
  76. </td></tr>
  77. </table>
  78. <table>
  79. <tr><td align="center">
  80. <p><a href="<?php echo $ROOT; ?>/screenshots/sunvox.png">
  81. <img src="screenshots/thumb/sunvox.png" alt="sunvox" class="img_thumb_150"/>
  82. </a></p>
  83. </td><td>
  84. <p>
  85. <b><a href="apt://sunvox" style="color: rgb(230,230,100);">SunVox</a></b> (Tracker, non-free)<br/>
  86. SunVox is a small, fast and powerful modular synthesizer with pattern based sequencer (tracker).<br/>
  87. It is a tool for those people who like to compose music wherever they are, whenever they wish.<br/>
  88. On any device. SunVox is available for Windows, Linux, Mac OS X, Windows Mobile, PalmOS, Maemo, Meego, iOS and Android.<br/>
  89. Homepage: <a href="http://www.warmplace.ru/soft/sunvox/" class="external text" rel="nofollow" target="_blank">http://www.warmplace.ru/soft/sunvox/</a><br/>
  90. User Manual: <a href="http://www.warmplace.ru/wiki/sunvox:manual_en" class="external text" rel="nofollow" target="_blank">http://www.warmplace.ru/wiki/sunvox:manual_en</a><br/>
  91. </p>
  92. </td></tr>
  93. </table>
  94. <p><br/></p>
  95. <?php
  96. include_once("includes/footer.php");
  97. ?>