From 3a95f956f04fe9d3f0c34ad97fcfa91243247eb0 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 15 Aug 2014 17:03:28 +0100 Subject: [PATCH] Update Carla page; 2.0-beta2 release news --- Applications.php | 4 +-- Applications:Carla.php | 60 ++++++++++++++++++++---------------------- News.php | 39 +++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 34 deletions(-) diff --git a/Applications.php b/Applications.php index 734e451..b34407e 100644 --- a/Applications.php +++ b/Applications.php @@ -258,7 +258,7 @@ include_once("includes/header.php"); - +

@@ -267,7 +267,7 @@ include_once("includes/header.php"); Carla
Carla is an audio plugin host, with support for many audio drivers and plugin formats.
It has some nice features like automation of parameters via MIDI CC and full OSC control.
- Currently supports LADSPA, DSSI, LV2, and VST plugin formats, and GIG, SF2 and SFZ sounds banks.
+ Currently supports LADSPA, DSSI, LV2, and VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.

diff --git a/Applications:Carla.php b/Applications:Carla.php index f99a111..bae2e91 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -12,7 +12,7 @@ include_once("includes/header.php"); It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.

- Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.
+ Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support.
It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.

@@ -31,9 +31,6 @@ include_once("includes/header.php"); Plugins with non-stereo audio channels are not supported, but a forced-stereo option is available for Mono ones. -

- Note: The internal patchbay does not save/restore connections yet, so you'll want to run Carla under some kind of Session Management. LADISH level 1 and NSM are implemented. -

The Interface

@@ -69,57 +66,56 @@ include_once("includes/header.php");

Release Notes

- The following are the release notes for 1.2.x: + The following are the release notes for 2.0-beta2:

Download

- Carla is available in the KXStudio repositories and ArchLinux AUR (both with 'carla' package name).
+ Carla is available in the KXStudio repositories and ArchLinux AUR (both with 'carla' or 'carla-git' package name).
- + ArchLinux (AUR)
- + Debian/Ubuntu (via KXStudio repositories)

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

The latest source code is hosted on github, together with bug reports, feature requests, etc.
- - Source code
+ + Project page
+ + + Source code (zip)
Bug reports / Feature requests
diff --git a/News.php b/News.php index aefea7d..a40f587 100644 --- a/News.php +++ b/News.php @@ -12,6 +12,45 @@ include_once("includes/header.php"); RSS +

+ > The 2nd beta of Carla 2.0 is here!
+ On 2014-08-15 by falkTX +

+

+ The Carla Plugin Host 2.0 beta2 release is finally here!
+ This release was slightly delayed in order to ensure plugin bridges were working properly.
+ If you haven't heard about the Carla 2.x series do so here. +

+

+ In short, this release makes plugin bridges actually work and it's the first to support MacOS (>= 10.6).
+ The backend is now completely toolkit agnostic, only depending on the native window system (like X11 on Linux).
+ This release is much more stable when compared to the previous beta - it will no longer eat your cat! ;)
+ It should already be good enough for regular usage, if you can ignore some incomplete UI things. +

+

+ Known issues / Release notes: (all to be fixed in the next beta) +

+ +

+ The next beta will change a few things, specially UI-wise.
+ The discovery mechanism needs to be reworked for AU support and faster LV2 access.
+ Adding plugins and browsing presets will probably change too.
+ LMMS and VST plugin versions of Carla-Rack are also planned, but no promises for these.
+ We'll be posting more news as things are developed. +

+ +
+

> DISTRHO New release pack (2014-07-16)
On 2014-07-16 by falkTX