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.

60 lines
3.0KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Catia";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Catia");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Catia");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Catia is a JACK Patchbay, with some neat features like A2J bridge support and JACK Transport.<br/>
  11. It's supposed to be as simple as possible so it can work nicely on non-Linux platforms.
  12. </p>
  13. <!-- Interface -->
  14. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  15. <p>
  16. A screenshot follows:<br/>
  17. <a href="screenshots/catia.png" class="external text" rel="nofollow"><img src="screenshots/catia.png" alt="catia.png" /></a>
  18. </p>
  19. <!-- Download -->
  20. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  21. <p>
  22. Catia is available in the KXStudio repositories and ArchLinux AUR ('catia' package in the KXStudio repositories, 'cadence' in AUR).<br/>
  23. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  24. <a href="https://aur.archlinux.org/packages/cadence/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  25. ArchLinux</a> (AUR)<br/>
  26. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  27. <a href="apt://catia" class="external text a_bigger_text">
  28. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  29. </p>
  30. <p>
  31. Pre-compiled binaries are available for Linux and Windows (part of the Cadence bundle).<br/>
  32. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  33. <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">
  34. Linux 32bit</a><br/>
  35. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  36. <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">
  37. Linux 64bit</a><br/>
  38. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  39. <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">
  40. Windows 32bit</a><br/>
  41. </p>
  42. <p>
  43. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  44. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  45. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  46. Source code</a><br/>
  47. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  48. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  49. Bug reports / Feature requests</a><br/>
  50. </p>
  51. <p><br/></p>
  52. <?php
  53. include_once("includes/footer.php");
  54. ?>