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.

Applications:Cadence.php 4.3KB

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 AUR (both with 'cadence' package name).<br/>
  49. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  50. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  51. ArchLinux</a> (AUR)<br/>
  52. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  53. <a href="apt://cadence" class="external text a_bigger_text">
  54. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  55. </p>
  56. <p>
  57. Pre-compiled binaries are available for Linux and Windows.<br/>
  58. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  59. <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">
  60. Linux 32bit</a><br/>
  61. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  62. <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">
  63. Linux 64bit</a><br/>
  64. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  65. <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">
  66. Windows 32bit</a><br/>
  67. </p>
  68. <p>
  69. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  70. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  71. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  72. Source code</a><br/>
  73. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  74. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  75. Bug reports / Feature requests</a><br/>
  76. </p>
  77. <p><br/></p>
  78. <?php
  79. include_once("includes/footer.php");
  80. ?>