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"); - +
- 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 following are the release notes for 1.2.x: + The following are the release notes for 2.0-beta2:
- 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");
+
+ > 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