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-JackSettings.php 5.3KB

11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Cadence-JackSettings";
  3. $PAGE_TYPE = "APPLICATION";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Cadence-JackSettings");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Cadence-JackSettings");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Cadence-JackSettings is a simple and easy-to-use configure dialog for jackdbus (either JACK2 or JACK1 + DBus patch).<br/>
  11. It can configure JACK's driver and engine parameters (network not yet implemented), and it also supports LADISH studios.
  12. </p>
  13. <p>
  14. This tool can be executed as 'cadence_jacksettings' or from within <a href="<?php echo $ROOT; ?>/Applications:Cadence">Cadence</a>,
  15. <a href="<?php echo $ROOT; ?>/Applications:Catia">Catia</a> and <a href="<?php echo $ROOT; ?>/Applications:Claudia">Claudia</a>.
  16. </p>
  17. <!-- Interface -->
  18. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  19. <p>
  20. A screenshot of the first, "Engine" tab:<br/>
  21. <a href="screenshots/cadence-jacksettings1.png" class="external text" rel="nofollow"><img src="screenshots/cadence-jacksettings1.png" alt="cadence-jacksettings1.png" /></a>
  22. </p>
  23. <p>
  24. A screenshot of the second, "Driver" tab:<br/>
  25. <a href="screenshots/cadence-jacksettings2.png" class="external text" rel="nofollow"><img src="screenshots/cadence-jacksettings2.png" alt="cadence-jacksettings2.png" /></a>
  26. </p>
  27. <p>
  28. The third tab, "Network", is not implemented yet.
  29. </p>
  30. <p>
  31. You probably recognize some options from other JACK configure tools such as QjackCtl.<br/>
  32. They are similar because they manage the same thing (JACK). The difference is mostly at the layout level — that is, how things are organized in the GUI.
  33. </p>
  34. <p>
  35. Most options have a tooltip to help. The 'driver' option (table on the left in the 2nd screenshot) will trigger small changes on the layout.<br/>
  36. NOTE: Leaving a particular driver selected after closing the tool will result in that driver being used the next time JACK starts.
  37. </p>
  38. <!-- Usage -->
  39. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  40. <p>
  41. The options will be available (or not) according to your JACK version.<br/>
  42. JACK1 and JACK2 options are different, so Cadence-JackSettings interface will change for them. Some set-ups might also have LADISH specific options.<br/>
  43. <i>(For this first release Cadence-JackSettings is targeted at JACK2 and some minor JACK1 options will be missing)</i>.
  44. </p>
  45. <p>
  46. If you want a more in-depth explanation of what each option does, you can checkout your 'jackd' manual page or view it online <a href="http://trac.jackaudio.org/wiki/jackd%281%29" class="external text" rel="nofollow" target="_blank">here</a>.<br/>
  47. The first part of that manual relates to the 'Engine' options, then specific driver ones.<br/>
  48. Remember that Cadence-JackSettings doesn't really uses 'jackd', but since we are both targeting JACK the options are the same.
  49. </p>
  50. <p>
  51. NOTE: The settings are shared across jackdbus-capable applications (jack_control and ladiconf), but not QjackCtl.<br/>
  52. QjackCtl doesn't support querying and storing settings via jackdbus (it uses its own internal settings), so any change in it will not affect Cadence-JackSettings and vice-versa.<br/>
  53. We recommend using only Cadence and avoid (or uninstall) QjackCtl.
  54. </p>
  55. <!-- Download -->
  56. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  57. <p>
  58. Cadence-JackSettings is available in the KXStudio repositories and ArchLinux AUR ('cadence-tools' package in the KXStudio repositories, 'cadence' in AUR).<br/>
  59. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  60. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  61. ArchLinux</a> (AUR)<br/>
  62. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  63. <a href="apt://cadence-tools" class="external text a_bigger_text">
  64. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  65. </p>
  66. <p>
  67. Pre-compiled binaries are available for Linux (part of the Cadence bundle).<br/>
  68. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  69. <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">
  70. Linux 32bit</a><br/>
  71. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  72. <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">
  73. Linux 64bit</a><br/>
  74. </p>
  75. <p>
  76. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  77. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  78. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  79. Source code</a><br/>
  80. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  81. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  82. Bug reports / Feature requests</a><br/>
  83. </p>
  84. <p><br/></p>
  85. <?php
  86. include_once("includes/footer.php");
  87. ?>