From 7ad22cbb789b612e988b08fd16f479b25f2f8374 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 19 Nov 2014 14:52:28 +0000 Subject: [PATCH] Carla beta3 news, downloads --- Applications:Carla.php | 33 ++++++------- Downloads.php | 24 +++++----- News.php | 106 ++++++++++++++++++++++++++++++++++++----- 3 files changed, 123 insertions(+), 40 deletions(-) diff --git a/Applications:Carla.php b/Applications:Carla.php index b136c82..de6ccd8 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -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.

- There are 3 types of engine processing: + There are 4 types of engine processing:

@@ -66,17 +70,14 @@ include_once("includes/header.php");

Release Notes

- The following are the release notes for 2.0-beta2: + The following are the release notes for 2.0-beta3:

@@ -91,21 +92,21 @@ include_once("includes/header.php"); Debian/Ubuntu (via KXStudio repositories)

- Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta2).
+ Pre-compiled binaries are available for Linux, Mac and Windows (version 2.0-beta3).
- + Linux 32bit
- + Linux 64bit
- + MacOS 64bit
- + Windows 32bit
- + Windows 64bit

diff --git a/Downloads.php b/Downloads.php index f08ef67..5ebea71 100644 --- a/Downloads.php +++ b/Downloads.php @@ -21,17 +21,17 @@ include_once("includes/header.php"); Carla (32bit, version 1.2.4)
  Carla (64bit, version 1.2.4)
-   - Carla2 (32bit, version 2.0-beta2)
-   - Carla2 (64bit, version 2.0-beta2)
+   + Carla2 (32bit, version 2.0-beta3)
+   + Carla2 (64bit, version 2.0-beta3)
  FeSTige (32bit, version 1.0.2)

MacOS Downloads:
-   - Carla2 (version 2.0-beta2 for 10.6 or higher)
+   + Carla2 (version 2.0-beta3 for 10.6 or higher)

Windows Downloads:
@@ -39,10 +39,10 @@ include_once("includes/header.php"); Cadence (32bit, version 0.8.1)
  Carla (32bit, version 1.2.4)
-   - Carla2 (32bit, version 2.0-beta2)
-   - Carla2 (64bit, version 2.0-beta2)
+   + Carla2 (32bit, version 2.0-beta3)
+   + Carla2 (64bit, version 2.0-beta3)

@@ -60,8 +60,8 @@ include_once("includes/header.php"); Cadence (version 0.8.1)
  Carla (version 1.2.4)
-   - Carla2 (version 2.0-beta2)
+   + Carla2 (version 2.0-beta3)
  FeSTige (version 1.0.2)

diff --git a/News.php b/News.php index 38fc668..ae68cb1 100644 --- a/News.php +++ b/News.php @@ -13,30 +13,112 @@ include_once("includes/header.php");

- > Carla 2.0 beta3 something something
- On 2014-10-21 by falkTX + > Carla 2.0 beta3 is here!
+ On 2014-10-24 by falkTX

- 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.
+ There have been quite a few nice features implemented since beta2; here are the highlights.

+ +

Highlights

+ +
+internal-patchbay + +

Internal Patchbay

+

+ This new engine processing mode is similar to what JACK does for all clients and what other modular applications do.
+ Every plugin gets its own canvas group and ports allowing you to interconnect plugin audio and MIDI.
+ You can use this mode to build complex plugin routing scenarios, perhaps involving several layers of rack and patchbays.
+
+ Note that this is currently not available for non-JACK drivers; but for those you can use the internal carla-patchbay plugin.
+ There's no support for LV2 Control-Voltage ports as of yet, this will be implemented in the next beta together with MIDI-OSC.

+

+
+ +


+ +
+new-look + +

Carla as VST plugin (Linux only)

+

+ With the first beta of Carla 2.0 we introduced Carla as a plugin, which worked as both internal and LV2.
+ Now Carla is available as a VST plugin too, allowing you to load it all DAWs released for Linux.
+ There are 4 variants: Rack-Synth, Rack-FX, Patchbay-Synth and Patchbay-FX.
+

+
+ +


+ +
+lmms-plugin + +

Carla LMMS Plugin

+

+ Carla has an LMMS plugin too, as Carla-Patchbay and Carla-Rack instruments.
+ So finally you can use native softsynths within LMMS!
+ The carla-lmms plugin code is already in LMMS and will be part of its 1.1 release.
+
+ If you're using the KXStudio repositories and feel like giving it a try simply install carla-git and lmms.
+

+
+ +


+ +
+au-plugins + +

AU Plugins (MacOS only)

- time panel, very incomplete + AU plugins are working in Carla now.
+ Carla's plugin compatibility increases once more.

+
+ +


+ +
+updated-skins + +

New and updated skins

- new openav skin, updated calf and zyn - old mode is possible too + There's a new OpenAV-style plugin slot skin.
+ Calf and ZynFX have been updated.
+ More to come soon.

+
+ +


+ +
+no-skins + +

Old non-skin mode

- carla-lmms, both rack and patchbay + You can now use the old non-skin mode from Carla 1.x series.
+ This saves space if you load lots of plugins at once.

+
+ +


+ +

More stuff

+

- 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!

+ +

Downloads

- fast LV2 discovery, but without plugin checks or testing + To download Carla binaries or source code, jump into the KXStudio downloads section.
+ 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).
+ Bug reports and feature requests are welcome! Jump into the Carla's Github project page for those.