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.

85 lines
4.0KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Cadence-JackMeter";
  3. $PAGE_TYPE = "APPLICATION";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Cadence-JackMeter");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Cadence-JackMeter");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Cadence-JackMeter is a digital peak meter for JACK.<br/>
  11. It automatically connects itself to all application JACK output ports that are also connected to the system output.
  12. </p>
  13. <p>
  14. This tool can be executed as 'cadence-jackmeter' for monitoring outputs or 'cadence-jackmeter -in' for monitoring inputs.
  15. </p>
  16. <!-- Interface -->
  17. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  18. <p>
  19. A screenshot follows:<br/>
  20. <a href="screenshots/cadence-jackmeter.png" class="external text" rel="nofollow"><img src="screenshots/cadence-jackmeter.png" alt="cadence-jackmeter.png" /></a>
  21. </p>
  22. <p>
  23. This is a regular digital-audio peak meter as you probably have seen many times before.<br/>
  24. Note that the peak values are based on programming data (0.0 &lt;-&gt; 1.0) and not dB.
  25. </p>
  26. <p>
  27. The meter has small lines to guide you. The value of these lines are (from bottom to top):
  28. </p>
  29. <ul>
  30. <li>0.30%</li>
  31. <li>0.50%</li>
  32. <li>0.70%</li>
  33. <li>0.83%</li>
  34. <li>0.90%</li>
  35. <li>0.96%</li>
  36. </ul>
  37. <!-- Usage -->
  38. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  39. <p>
  40. Simply run it and it will automatically connect to all JACK audio ports currently outputting sound to the 'system' client (or inputs if using '-in' argument).<br/>
  41. The JACK client name is 'M' for "meter". When you change connections in the JACK graph, Cadence-JackMeter will change accordingly.
  42. </p>
  43. <!-- Download -->
  44. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  45. <p>
  46. Cadence-JackMeter is available in the KXStudio repositories and ArchLinux AUR ('cadence-tools' package in the KXStudio repositories, 'cadence' in AUR).<br/>
  47. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  48. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  49. ArchLinux</a> (AUR)<br/>
  50. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  51. <a href="apt://cadence-tools" class="external text a_bigger_text">
  52. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  53. </p>
  54. <p>
  55. Pre-compiled binaries are available for Linux and Windows (part of the Cadence bundle).<br/>
  56. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  57. <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">
  58. Linux 32bit</a><br/>
  59. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  60. <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">
  61. Linux 64bit</a><br/>
  62. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  63. <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">
  64. Windows 32bit</a><br/>
  65. </p>
  66. <p>
  67. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  68. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  69. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  70. Source code</a><br/>
  71. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  72. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  73. Bug reports / Feature requests</a><br/>
  74. </p>
  75. <p><br/></p>
  76. <?php
  77. include_once("includes/footer.php");
  78. ?>