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.

96 lines
5.0KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Catarina";
  3. $PAGE_TYPE = "APPLICATION_NU";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Catarina");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Catarina");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- intro -->
  9. <p>
  10. Catarina is a Patchbay test app, created while the PatchCanvas module was being developed.<br/>
  11. It allows the user to experiment with the patchbay, without using ALSA, JACK or LADISH.<br/>
  12. You can save &amp; load patchbay configurations too.<br/>
  13. </p>
  14. <!-- Interface -->
  15. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  16. <p>
  17. A screenshot follows:<br/>
  18. <a href="screenshots/catarina.png" class="external text" rel="nofollow"><img src="screenshots/catarina.png" alt="catarina.png" /></a>
  19. </p>
  20. <p>
  21. The 'File' menu and 'Project' toolbar provides actions related to projects: the common new, open and save.<br/>
  22. The 'Patchbay' menu and toolbar allows you to control what's inside the canvas. You can add/remove groups, add/remove ports and manage connections.<br/>
  23. The 'Canvas' menu and toolbar gives you control over the canvas zoom. The menu has actions for printing and saving an image of the current canvas.<br/>
  24. </p>
  25. <p>
  26. As with all the Cadence tools, you can hide the toolbar via 'Settings' menu, and also configure Catarina.<br/>
  27. The configure dialog looks like this:<br/>
  28. <a href="screenshots/catarina-configure.png" class="external text" rel="nofollow"><img src="screenshots/catarina-configure.png" alt="catarina-configure.png" /></a>
  29. </p>
  30. <p>
  31. You can change the theme used for the canvas (more on that below) and wherever or not to use bezier lines (will use straight lines if off).<br/>
  32. Fancy Eye-candy has 3 states:
  33. </p>
  34. <ul>
  35. <li>Unchecked (None): no eye-candy;</li>
  36. <li>Partially (Small): applies drop-shadow to the boxes, this is the default;</li>
  37. <li>Checked (Full): box drop-shadow, fade-in/out animations and line glow;</li>
  38. </ul>
  39. <p>
  40. <i>(Note: Full eye-candy currently is EXPERIMENTAL, and will make Catarina crash at random times. The cause of the crashes are under investigation).</i><br/>
  41. </p>
  42. <p>
  43. You can also enable OpenGL for the canvas (so the entire 2D space is rendered in the GPU, which makes big projects render much faster) and Anti-aliasing.<br/>
  44. OpenGL is experimental within Qt4 itself, and will not work properly on all systems.<br/>
  45. Anti-aliasing has 3 states:
  46. </p>
  47. <ul>
  48. <li>Unchecked (None): disable all anti-aliasing;</li>
  49. <li>Partially (Small): applies only to the lines, this is the default;</li>
  50. <li>Checked (Full): apply anti-aliasing everywhere;</li>
  51. </ul>
  52. <p>
  53. Settings will be applied as soon as you press 'OK', no need to restart Catarina.<br/>
  54. </p>
  55. <!-- Download -->
  56. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  57. <p>
  58. Catarina is available in the KXStudio repositories and ArchLinux AUR ('catarina' 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://catarina" 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 and Windows (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. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  75. <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">
  76. Windows 32bit</a><br/>
  77. </p>
  78. <p>
  79. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  80. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  81. <a href="https://github.com/falkTX/Cadence" class="external text a_bigger_text" rel="nofollow" target="_blank">
  82. Source code</a><br/>
  83. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  84. <a href="https://github.com/falkTX/Cadence/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  85. Bug reports / Feature requests</a><br/>
  86. </p>
  87. <p><br/></p>
  88. <?php
  89. include_once("includes/footer.php");
  90. ?>