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.

117 lines
6.2KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Applications : Carla";
  3. $PAGE_TYPE = "APPLICATION";
  4. $PAGE_SOURCE_1 = ARRAY("/Applications", "/Applications:Carla");
  5. $PAGE_SOURCE_2 = ARRAY("Applications", "Carla");
  6. include_once("includes/header.php");
  7. ?>
  8. <!-- Intro -->
  9. <p>
  10. Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
  11. It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.<br/>
  12. </p>
  13. <p>
  14. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support.<br/>
  15. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
  16. </p>
  17. <p>
  18. There are 4 types of engine processing:
  19. </p>
  20. <ul>
  21. <li><b>Single-client</b>: (JACK driver only)<br/>
  22. Same as Multi-client, except that all JACK ports belong to a single master client.<br/>
  23. This is needed when a setup doesn't support multi-client JACK apps, such as LADISH.
  24. </li>
  25. <li><b>Multi-client</b>: (JACK driver only)<br/>
  26. Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed.
  27. </li>
  28. <li><b>Rack</b>:<br/>
  29. Plugins are processed in order, from top to bottom.<br/>
  30. Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones.
  31. </li>
  32. <li><b>Patchbay</b>:<br/>
  33. Modular patchbay mode, just like in JACK Multi-client and many other modular applications.<br/>
  34. Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.
  35. </li>
  36. </ul>
  37. <!-- Interface -->
  38. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  39. <p>
  40. By default Carla uses its own internal theme, a screenshot of it follows along with some plugins:<br/>
  41. <a href="screenshots/carla.png" class="external text" rel="nofollow"><img src="screenshots/carla.png" alt="carla.png" /></a><br/>
  42. The user can keep the custom theme but use system colors, or simply disable the custom theme altogether.<br/>
  43. The result may not be as nice though.<br/>
  44. </p>
  45. <p>
  46. The 'Patchbay' uses the same canvas engine that Catarina, Catia and Claudia do:<br/>
  47. <a href="screenshots/carla-patchbay.png" class="external text" rel="nofollow"><img src="screenshots/carla-patchbay.png" alt="carla-patchbay.png" /></a>
  48. </p>
  49. <p>
  50. The last tab "Log" simply prints debug info from time to time when an internal error occurs, in a way that doesn't disturb the user.<br/>
  51. This tab is not available in the Windows version.<br/>
  52. </p>
  53. <!-- Usage -->
  54. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  55. <p>
  56. The first time you run Carla you'll most likely want to scan for plugins.<br/>
  57. You can configure your plugin folders in the settings if needed. When done, use "Add New Plugin" in the toolbar, then press the "Refresh" button.<br/>
  58. </p>
  59. <p>
  60. Because Carla is a somewhat complex application, a single page is not enough to cover it entirely.<br/>
  61. (We're currently writing the rest of the pages so be back soon!)
  62. </p>
  63. <!-- <ul> -->
  64. <!-- <li></li> -->
  65. <!-- </ul> -->
  66. <!-- Download -->
  67. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  68. <p>
  69. Carla is available in the KXStudio repositories and ArchLinux AUR (both with 'carla' or 'carla-git' package names).<br/>
  70. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  71. <a href="https://aur.archlinux.org/packages/carla-git/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  72. ArchLinux</a> (AUR)<br/>
  73. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  74. <a href="apt://carla-git" class="external text a_bigger_text">
  75. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  76. </p>
  77. <p>
  78. Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta4).<br/>
  79. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  80. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  81. Linux 32bit</a><br/>
  82. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  83. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  84. Linux 64bit</a><br/>
  85. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  86. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4-mac.dmg/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  87. MacOS 64bit</a><br/>
  88. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  89. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  90. Windows 32bit</a><br/>
  91. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  92. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta4-win64.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  93. Windows 64bit</a><br/>
  94. </p>
  95. <p>
  96. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  97. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  98. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  99. Project page</a><br/>
  100. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  101. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  102. Source code (zip)</a><br/>
  103. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  104. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  105. Bug reports / Feature requests</a><br/>
  106. </p>
  107. <p><br/></p>
  108. <?php
  109. include_once("includes/footer.php");
  110. ?>