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.

90 lines
4.7KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Cadence";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Cadence");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Cadence");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Cadence is a set of tools useful for audio production.<br/>
  11. Cadence itself is also an application (the main one), which this page will document.<br/>
  12. There are other applications that are part of the Cadence suite, they are usually named as the "Cadence tools".<br/>
  13. They are:
  14. </p>
  15. <ul>
  16. <li><a href="<?php echo $ROOT; ?>/Applications:Catarina">Catarina</a></li>
  17. <li><a href="<?php echo $ROOT; ?>/Applications:Catia">Catia</a></li>
  18. <li><a href="<?php echo $ROOT; ?>/Applications:Claudia">Claudia</a></li>
  19. </ul>
  20. <p>
  21. Some of these also have sub-tools, such as Cadence-JackMeter and Claudia-Launcher.<br/>
  22. Each of these sub-tools is properly documented in its respective page.
  23. </p>
  24. <p>
  25. Cadence can be executed as 'cadence'.<br/>
  26. Running it with '--minimized' makes it start minimized in the systray.
  27. </p>
  28. <!-- Interface -->
  29. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  30. <p>
  31. A screenshot of the first, "System" tab:<br/>
  32. <i>(The panels on the left display system information and checks, and on the right you have the current status of the JACK server and bridges)</i><br/>
  33. <a href="screenshots/cadence1.png" class="external text" rel="nofollow"><img src="screenshots/cadence1.png" alt="cadence1.png"/></a>
  34. </p>
  35. <p>
  36. A screenshot of the second, "Tools" tab:<br/>
  37. <i>(The screenshots are clickable, which will start their respective tools)</i><br/>
  38. <a href="screenshots/cadence2.png" class="external text" rel="nofollow"><img src="screenshots/cadence2.png" alt="cadence2.png"/></a>
  39. </p>
  40. <p>
  41. A screenshot of the third, "Tweaks" tab:<br/>
  42. <i>(This tab allows you to carry out some audio and system related tasks. Some options are not available on certain systems)</i><br/>
  43. <a href="screenshots/cadence3.png" class="external text" rel="nofollow"><img src="screenshots/cadence3.png" alt="cadence3.png"/></a>
  44. </p>
  45. <!-- Download -->
  46. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  47. <p>
  48. Cadence is available in the KXStudio repositories and ArchLinux (both with 'cadence' package name).<br/>
  49. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  50. <a href="https://www.archlinux.org/packages/community/x86_64/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  51. ArchLinux</a> (Community)<br/>
  52. Cadence is available in the Fedora official repositories (with 'Cadence' package name).<br/>
  53. <img src="images/ico_fedora.png" alt="" class="img_text_align_spaced"/>
  54. <a href="https://src.fedoraproject.org/rpms/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  55. Fedora</a> (Fedora official repository)<br/>
  56. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  57. <a href="apt://cadence" class="external text a_bigger_text">
  58. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  59. </p>
  60. <p>
  61. Pre-compiled binaries are available for Linux and Windows.<br/>
  62. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  63. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  64. Linux 32bit</a><br/>
  65. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  66. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  67. Linux 64bit</a><br/>
  68. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  69. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/cadence/Cadence-0.8.1-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  70. Windows 32bit</a><br/>
  71. </p>
  72. <p>
  73. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  74. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  75. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  76. Source code</a><br/>
  77. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  78. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  79. Bug reports / Feature requests</a><br/>
  80. </p>
  81. <p><br/></p>
  82. <?php
  83. include_once("includes/footer.php");
  84. ?>