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.

129 lines
6.9KB

  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, and 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 3 types of engine processing:
  19. </p>
  20. <ul>
  21. <li><b>Multi-client</b>: (JACK driver only)<br/>
  22. Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed.
  23. </li>
  24. <li><b>Single-client</b>: (JACK driver only)<br/>
  25. Same as Multi-client, except that all JACK ports belong to a single master client.<br/>
  26. This is needed when a setup doesn't support multi-client JACK apps, such as LADISH.
  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. </ul>
  33. <!-- Interface -->
  34. <h3><span class="mw-headline" id="Interface"> The Interface </span></h3>
  35. <p>
  36. By default Carla uses its own internal theme, a screenshot of it follows along with some plugins:<br/>
  37. <a href="screenshots/carla.png" class="external text" rel="nofollow"><img src="screenshots/carla.png" alt="carla.png" /></a><br/>
  38. The user can keep the custom theme but use system colors, or simply disable the custom theme altogether.<br/>
  39. The result may not be as nice though.<br/>
  40. </p>
  41. <p>
  42. The 'Patchbay' uses the same canvas engine that Catarina, Catia and Claudia do:
  43. <a href="screenshots/carla-patchbay.png" class="external text" rel="nofollow"><img src="screenshots/carla-patchbay.png" alt="carla-patchbay.png" /></a>
  44. </p>
  45. <p>
  46. 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/>
  47. This tab is not available in the Windows version.<br/>
  48. </p>
  49. <!-- Usage -->
  50. <h3><span class="mw-headline" id="Usage"> Usage </span></h3>
  51. <p>
  52. The first time you run Carla you'll most likely want to scan for plugins.<br/>
  53. 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/>
  54. </p>
  55. <p>
  56. Because Carla is a somewhat complex application, a single page is not enough to cover it entirely.<br/>
  57. (We're currently writing the rest of the pages so be back soon!)
  58. </p>
  59. <!-- <ul> -->
  60. <!-- <li></li> -->
  61. <!-- </ul> -->
  62. <!-- Release Notes -->
  63. <h3><span class="mw-headline" id="ReleaseNotes"> Release Notes </span></h3>
  64. <p>
  65. The following are the release notes for 2.0-beta2:
  66. </p>
  67. <ul>
  68. <li>AU plugin support is available on MacOS, but the discovery mechanism fails to find them</li>
  69. <li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li>
  70. <li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li>
  71. <li>MacOS Carla-Rack LV2 plugin fails to show UI</li>
  72. <li>MacOS and Windows do not support native widgets in LV2 yet (Cocoa and HWND, respectively)</li>
  73. <li>MacOS release is 64bit only but it can load 32bit plugins</li>
  74. <li>Windows 64bit build doesn't provide GIG and SFZ support, use the 32bit build if you need those</li>
  75. <li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as plugin</li>
  76. </ul>
  77. <!-- Download -->
  78. <h3><span class="mw-headline" id="Download"> Download </span></h3>
  79. <p>
  80. Carla is available in the KXStudio repositories and ArchLinux AUR (both with 'carla' or 'carla-git' package name).<br/>
  81. <img src="images/ico_arch.png" alt="" class="img_text_align_spaced"/>
  82. <a href="https://aur.archlinux.org/packages/carla-git/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  83. ArchLinux</a> (AUR)<br/>
  84. <img src="images/ico_debian.png" alt="" class="img_text_align_spaced"/>
  85. <a href="apt://carla-git" class="external text a_bigger_text">
  86. Debian/Ubuntu</a> (via KXStudio repositories)<br/>
  87. </p>
  88. <p>
  89. Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta2).<br/>
  90. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  91. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2b-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  92. Linux 32bit</a><br/>
  93. <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/>
  94. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2b-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  95. Linux 64bit</a><br/>
  96. <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/>
  97. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2b-mac.dmg/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  98. MacOS 64bit</a><br/>
  99. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  100. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2b-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  101. Windows 32bit</a><br/>
  102. <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/>
  103. <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2b-win64.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank">
  104. Windows 64bit</a><br/>
  105. </p>
  106. <p>
  107. The latest source code is hosted on github, together with bug reports, feature requests, etc.<br/>
  108. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  109. <a href="https://github.com/falkTX/Carla/" class="external text a_bigger_text" rel="nofollow" target="_blank">
  110. Project page</a><br/>
  111. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  112. <a href="https://github.com/falkTX/Carla/archive/master.zip" class="external text a_bigger_text" rel="nofollow" target="_blank">
  113. Source code (zip)</a><br/>
  114. <img src="images/ico_github.png" alt="" class="img_text_align_spaced"/>
  115. <a href="https://github.com/falkTX/Carla/issues?state=open" class="external text a_bigger_text" rel="nofollow" target="_blank">
  116. Bug reports / Feature requests</a><br/>
  117. </p>
  118. <p><br/></p>
  119. <?php
  120. include_once("includes/footer.php");
  121. ?>