@@ -16,20 +16,24 @@ include_once("includes/header.php"); | |||||
It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/> | It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/> | ||||
</p> | </p> | ||||
<p> | <p> | ||||
There are 3 types of engine processing: | |||||
There are 4 types of engine processing: | |||||
</p> | </p> | ||||
<ul> | <ul> | ||||
<li><b>Multi-client</b>: (JACK driver only)<br/> | |||||
Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed. | |||||
</li> | |||||
<li><b>Single-client</b>: (JACK driver only)<br/> | <li><b>Single-client</b>: (JACK driver only)<br/> | ||||
Same as Multi-client, except that all JACK ports belong to a single master client.<br/> | Same as Multi-client, except that all JACK ports belong to a single master client.<br/> | ||||
This is needed when a setup doesn't support multi-client JACK apps, such as LADISH. | This is needed when a setup doesn't support multi-client JACK apps, such as LADISH. | ||||
</li> | </li> | ||||
<li><b>Multi-client</b>: (JACK driver only)<br/> | |||||
Every single plugin is exposed as a new JACK client. Audio and MIDI ports are registered as needed. | |||||
</li> | |||||
<li><b>Rack</b>:<br/> | <li><b>Rack</b>:<br/> | ||||
Plugins are processed in order, from top to bottom.<br/> | Plugins are processed in order, from top to bottom.<br/> | ||||
Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones. | Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones. | ||||
</li> | </li> | ||||
<li><b>Patchbay</b>:<br/> | |||||
Modular patchbay mode, just like in JACK Multi-client and many other modular applications.<br/> | |||||
Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI. | |||||
</li> | |||||
</ul> | </ul> | ||||
<!-- Interface --> | <!-- Interface --> | ||||
@@ -66,17 +70,14 @@ include_once("includes/header.php"); | |||||
<!-- Release Notes --> | <!-- Release Notes --> | ||||
<h3><span class="mw-headline" id="ReleaseNotes"> Release Notes </span></h3> | <h3><span class="mw-headline" id="ReleaseNotes"> Release Notes </span></h3> | ||||
<p> | <p> | ||||
The following are the release notes for 2.0-beta2: | |||||
The following are the release notes for 2.0-beta3: | |||||
</p> | </p> | ||||
<ul> | <ul> | ||||
<li>AU plugin support is available on MacOS, but the discovery mechanism fails to find them</li> | |||||
<li>Carla-Control is not available in the 2.0-beta versions yet.</li> | |||||
<li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li> | <li>Linux release has support for bridging Window plugins using Wine (32bit and 64bit).</li> | ||||
<li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li> | <li>Linux 32bit release will not load 64bit plugins even if ran on a 64bit system</li> | ||||
<li>MacOS Carla-Rack LV2 plugin fails to show UI</li> | |||||
<li>MacOS and Windows do not support native widgets in LV2 yet (Cocoa and HWND, respectively)</li> | |||||
<li>MacOS release is 64bit only but it can load 32bit plugins</li> | <li>MacOS release is 64bit only but it can load 32bit plugins</li> | ||||
<li>Windows 64bit build doesn't provide GIG and SFZ support, use the 32bit build if you need those</li> | |||||
<li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as plugin</li> | |||||
<li>Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) or Carla as a plugin</li> | |||||
</ul> | </ul> | ||||
<!-- Download --> | <!-- Download --> | ||||
@@ -91,21 +92,21 @@ include_once("includes/header.php"); | |||||
Debian/Ubuntu</a> (via KXStudio repositories)<br/> | Debian/Ubuntu</a> (via KXStudio repositories)<br/> | ||||
</p> | </p> | ||||
<p> | <p> | ||||
Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta2).<br/> | |||||
Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta3).<br/> | |||||
<img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/> | <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/> | ||||
<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"> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
Linux 32bit</a><br/> | Linux 32bit</a><br/> | ||||
<img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/> | <img src="images/ico_linux.png" alt="" class="img_text_align_spaced"/> | ||||
<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"> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
Linux 64bit</a><br/> | Linux 64bit</a><br/> | ||||
<img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/> | <img src="images/ico_mac.png" alt="" class="img_text_align_spaced"/> | ||||
<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"> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-mac.dmg/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
MacOS 64bit</a><br/> | MacOS 64bit</a><br/> | ||||
<img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/> | <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/> | ||||
<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"> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3c-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
Windows 32bit</a><br/> | Windows 32bit</a><br/> | ||||
<img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/> | <img src="images/ico_windows.png" alt="" class="img_text_align_spaced"/> | ||||
<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"> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3c-win64.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
Windows 64bit</a><br/> | Windows 64bit</a><br/> | ||||
</p> | </p> | ||||
<p> | <p> | ||||
@@ -21,17 +21,17 @@ include_once("includes/header.php"); | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (32bit, version 1.2.4)<br/> | <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (32bit, version 1.2.4)<br/> | ||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | ||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (64bit, version 1.2.4)<br/> | <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (64bit, version 1.2.4)<br/> | ||||
<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"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version 2.0-beta2)<br/> | |||||
<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"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version 2.0-beta2)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-linux32.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version 2.0-beta3)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-linux64.tar.xz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version 2.0-beta3)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-x86.tar.gz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | <a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-x86.tar.gz/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | ||||
<img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige </a> (32bit, version 1.0.2)<br/> | <img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige </a> (32bit, version 1.0.2)<br/> | ||||
</p> | </p> | ||||
<p class="p_extra_spaced"> | <p class="p_extra_spaced"> | ||||
<b>MacOS Downloads:</b><br/> | <b>MacOS Downloads:</b><br/> | ||||
<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"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta2 for 10.6 or higher)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3b-mac.dmg/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta3 for 10.6 or higher)<br/> | |||||
</p> | </p> | ||||
<p class="p_extra_spaced"> | <p class="p_extra_spaced"> | ||||
<b>Windows Downloads:</b><br/> | <b>Windows Downloads:</b><br/> | ||||
@@ -39,10 +39,10 @@ include_once("includes/header.php"); | |||||
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (32bit, version 0.8.1)<br/> | <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (32bit, version 0.8.1)<br/> | ||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | ||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (32bit, version 1.2.4)<br/> | <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (32bit, version 1.2.4)<br/> | ||||
<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"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version 2.0-beta2)<br/> | |||||
<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"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version 2.0-beta2)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3c-win32.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (32bit, version 2.0-beta3)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3c-win64.zip/download" class="external text a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (64bit, version 2.0-beta3)<br/> | |||||
</p> | </p> | ||||
</ul> | </ul> | ||||
@@ -60,8 +60,8 @@ include_once("includes/header.php"); | |||||
<img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (version 0.8.1)<br/> | <img src="images/ico_cadence.png" alt="" class="img_text_align"/> Cadence </a> (version 0.8.1)<br/> | ||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | <a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-1.2.4-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | ||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (version 1.2.4)<br/> | <img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla </a> (version 1.2.4)<br/> | ||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta2-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta2)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/carla/Carla-2.0beta3-src.tar.bz2/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | |||||
<img src="images/ico_carla.png" alt="" class="img_text_align"/> Carla2 </a> (version 2.0-beta3)<br/> | |||||
<a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-src.tar.gz/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | <a href="http://sourceforge.net/projects/kxstudio/files/Releases/festige/festige-1.0.2-src.tar.gz/download" class="external free a_bigger_text" rel="nofollow" target="_blank"> | ||||
<img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige </a> (version 1.0.2)<br/> | <img src="images/ico_festige.png" alt="" class="img_text_align"/> FeSTige </a> (version 1.0.2)<br/> | ||||
</p> | </p> | ||||
@@ -13,30 +13,112 @@ include_once("includes/header.php"); | |||||
</div> | </div> | ||||
<p> | <p> | ||||
<span style="font-size: 20px">> Carla 2.0 beta3 something something</span><br/> | |||||
On <i>2014-10-21</i> by<i> falkTX</i> | |||||
<span style="font-size: 20px">> Carla 2.0 beta3 is here!</span><br/> | |||||
On <i>2014-10-24</i> by<i> falkTX</i> | |||||
</p> | </p> | ||||
<p> | <p> | ||||
internal patchbay mode | |||||
not available for non-jack drivers | |||||
for those use the internal carla-patchbay plugin | |||||
no CV yet sorry | |||||
Hello again everyone, we're glad to bring to you the 3rd beta of the upcoming Carla 2.0 release.<br/> | |||||
There have been quite a few nice features implemented since beta2; here are the highlights. | |||||
</p> | </p> | ||||
<h2>Highlights</h2> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_internal-patchbay.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_internal-patchbay_crop.png" alt="internal-patchbay"/></a> | |||||
</td><td> | |||||
<h3>Internal Patchbay</h3> | |||||
<p> | |||||
This new engine processing mode is similar to what JACK does for all clients and what other modular applications do.<br/> | |||||
Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.<br/> | |||||
You can use this mode to build complex plugin routing scenarios, perhaps involving several layers of rack and patchbays.<br/> | |||||
<br/> | |||||
<i>Note that this is currently not available for non-JACK drivers; but for those you can use the internal carla-patchbay plugin.<br/> | |||||
There's no support for LV2 Control-Voltage ports as of yet, this will be implemented in the next beta together with MIDI-OSC.</i><br/> | |||||
</p> | |||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_vst-plugin.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_vst-plugin_crop.png" alt="new-look"/></a> | |||||
</td><td> | |||||
<h3>Carla as VST plugin (Linux only)</h3> | |||||
<p> | |||||
With the first beta of Carla 2.0 we introduced Carla as a plugin, which worked as both internal and LV2.<br/> | |||||
Now Carla is available as a VST plugin too, allowing you to load it all DAWs released for Linux.<br/> | |||||
There are 4 variants: Rack-Synth, Rack-FX, Patchbay-Synth and Patchbay-FX.<br/> | |||||
</p> | |||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_lmms-plugin.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_lmms-plugin_crop.png" alt="lmms-plugin"/></a> | |||||
</td><td> | |||||
<h3>Carla LMMS Plugin</h3> | |||||
<p> | |||||
Carla has an LMMS plugin too, as Carla-Patchbay and Carla-Rack instruments.<br/> | |||||
So finally you can use native softsynths within LMMS!<br/> | |||||
The carla-lmms plugin code is already in LMMS and will be part of its 1.1 release.<br/> | |||||
<br/> | |||||
If you're using the KXStudio repositories and feel like giving it a try simply install carla-git and lmms.<br/> | |||||
</p> | |||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_au-plugins.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_au-plugins_crop.png" alt="au-plugins"/></a> | |||||
</td><td> | |||||
<h3>AU Plugins (MacOS only)</h3> | |||||
<p> | <p> | ||||
time panel, very incomplete | |||||
AU plugins are working in Carla now.<br/> | |||||
Carla's plugin compatibility increases once more.<br/> | |||||
</p> | </p> | ||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_updated-skins.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_updated-skins_crop.png" alt="updated-skins"/></a> | |||||
</td><td> | |||||
<h3>New and updated skins</h3> | |||||
<p> | <p> | ||||
new openav skin, updated calf and zyn | |||||
old mode is possible too | |||||
There's a new OpenAV-style plugin slot skin.<br/> | |||||
Calf and ZynFX have been updated.<br/> | |||||
More to come soon.<br/> | |||||
</p> | </p> | ||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<table><tr><td> | |||||
<a href="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_no-skins.png"><img src="http://kxstudio.sourceforge.net/screenshots/news/carla-2.0-beta3_no-skins_crop.png" alt="no-skins"/></a> | |||||
</td><td> | |||||
<h3>Old non-skin mode</h3> | |||||
<p> | <p> | ||||
carla-lmms, both rack and patchbay | |||||
You can now use the old non-skin mode from Carla 1.x series.<br/> | |||||
This saves space if you load lots of plugins at once.<br/> | |||||
</p> | </p> | ||||
</td></tr></table> | |||||
<p><br/></p> | |||||
<h3>More stuff</h3> | |||||
<ul> | |||||
<li>New time panel added, but it's very incomplete.</li> | |||||
<li>LV2 plugin discovery is now automatic, but without plugin checks or testing.</li> | |||||
<li>LV2 plugins are fully working on MacOS and Windows, including their native UIs (Cocoa and HWND respectively).</li> | |||||
</ul> | |||||
<p> | <p> | ||||
AU plugins working now | |||||
There will still be 1 or 2 more beta releases before going for a release candidate, so expect more cool stuff soon!<br/> | |||||
</p> | </p> | ||||
<h3>Downloads</h3> | |||||
<p> | <p> | ||||
fast LV2 discovery, but without plugin checks or testing | |||||
To download Carla binaries or source code, jump into the <a href="http://kxstudio.sourceforge.net/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/> | |||||
If you're using the KXStudio repositories, you can simply install "carla-git" instead (plus "carla-lv2" and "carla-vst" if you're so inclined).<br/> | |||||
Bug reports and feature requests are welcome! Jump into the <a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those. | |||||
</p> | </p> | ||||
<hr/> | <hr/> | ||||