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-Logs.php 4.2KB

11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Cadence-Logs";
  3. $PAGE_TYPE = "APPLICATION";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Cadence-Logs");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Cadence-Logs");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Cadence-Logs is a small tool that shows JACK, A2J, LASH and LADISH logs in a multi-tab window.<br/>
  11. This is very similar to the the 'ladilog' app but here the logs are viewed in a text box, making it easy to browse and extract status messages using copy and paste commands.
  12. </p>
  13. <p>
  14. This tool can be executed as 'cadence_logs' or within <a href="<?php echo $ROOT; ?>/Applications:Catia">Catia</a> and
  15. <a href="<?php echo $ROOT; ?>/Applications:Claudia">Claudia</a> from their 'Tools' menu.
  16. </p>
  17. <!-- Interface -->
  18. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  19. <p>
  20. A screenshot follows, showing the JACK log:<br/>
  21. <a href="screenshots/cadence-logs.png" class="external text" rel="nofollow"><img src="screenshots/cadence-logs.png" alt="cadence-logs.png" /></a>
  22. </p>
  23. <p>
  24. It couldn't be simpler: 4 tabs for the different logs and 2 buttons.<br/>
  25. Each tab shows the log for the application indicated in the tab name. If a log does not exist, its tab will not be shown.<br />
  26. (As you can see in the screen-shot above the 'LASH' tab is missing, indicating that its log does not exist in the system).
  27. </p>
  28. <p>
  29. The 'Close' button will, obviously, close the tool window.<br/>
  30. The 'Purge all logs' button will empty <i>all</i> the available logs (it will not delete the files, but overwrite them). If a log file does not exist it will not be created.
  31. </p>
  32. <!-- Usage -->
  33. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  34. <p>
  35. This is a very small tool with a very small purpose: to quickly view the audio-related logs and allow you to copy&amp;paste from them.<br/>
  36. The logs are actually files that exist within your home folder. The full filenames for each log are:<br/>
  37. </p>
  38. <ul>
  39. <li>JACK: ~/.log/jack/jackdbus.log</li>
  40. <li>A2J: ~/.log/a2j/a2j.log</li>
  41. <li>LASH: ~/.log/lash/lash.log</li>
  42. <li>LADISH: ~/.log/ladish/ladish.log</li>
  43. </ul>
  44. <!-- Download -->
  45. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  46. <p>
  47. Cadence-Logs is available in the KXStudio repositories and ArchLinux AUR ('cadence-tools' package in the KXStudio repositories, 'cadence' in AUR).<br/>
  48. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  49. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  50. ArchLinux</a> (AUR)<br/>
  51. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  52. <a href="apt://cadence-tools" class="external text a_bigger_text">
  53. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  54. </p>
  55. <p>
  56. Pre-compiled binaries are available for Linux (part of the Cadence bundle).<br/>
  57. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  58. <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">
  59. Linux 32bit</a><br/>
  60. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  61. <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">
  62. Linux 64bit</a><br/>
  63. </p>
  64. <p>
  65. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  66. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  67. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  68. Source code</a><br/>
  69. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  70. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  71. Bug reports / Feature requests</a><br/>
  72. </p>
  73. <p><br/></p>
  74. <?php
  75. include_once("includes/footer.php");
  76. ?>