From c3d881d6675aaa6cbffac7644f7766895aaf6d4b Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 22 Jul 2018 22:54:38 +0200 Subject: [PATCH] New carla release --- Applications:Carla.php | 12 ++++---- Downloads.php | 24 +++++++-------- News.php | 69 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 18 deletions(-) diff --git a/Applications:Carla.php b/Applications:Carla.php index 1c596b4..5ee4cf2 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -79,21 +79,21 @@ include_once("includes/header.php"); Debian/Ubuntu (via KXStudio repositories)

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

diff --git a/Downloads.php b/Downloads.php index 6ad993b..7b0bf62 100644 --- a/Downloads.php +++ b/Downloads.php @@ -49,26 +49,26 @@ include_once("includes/header.php"); Cadence (32bit, version 0.8.1)
  Cadence (64bit, version 0.8.1)
-   - Carla2 (32bit, version 2.0-beta6)
-   - Carla2 (64bit, version 2.0-beta6)
+   + Carla2 (32bit, version 2.0-beta7)
+   + Carla2 (64bit, version 2.0-beta7)
  FeSTige (32bit, version 1.0.2)

MacOS Downloads:
-   - Carla2 (version 2.0-beta6 for macOS 10.8 or higher)
+   + Carla2 (version 2.0-beta7 for macOS 10.8 or higher)

Windows Downloads:
  Cadence (32bit, version 0.8.1)
-   - Carla2 (32bit, version 2.0-beta6)
-   - Carla2 (64bit, version 2.0-beta6)
+   + Carla2 (32bit, version 2.0-beta7)
+   + Carla2 (64bit, version 2.0-beta7)

@@ -84,8 +84,8 @@ include_once("includes/header.php"); Downloads:
  Cadence (version 0.8.1)
-   - Carla2 (version 2.0-beta6)
+   + Carla2 (version 2.0-beta7)
  FeSTige (version 1.0.2)

diff --git a/News.php b/News.php index a31bb76..c4c4feb 100644 --- a/News.php +++ b/News.php @@ -12,6 +12,75 @@ include_once("includes/header.php"); RSS +

+ > Carla 2.0 beta7 is here!
+ On 2018-07-23 by falkTX +

+

+ Hello again everyone, I am glad to bring you the 7th beta of the upcoming Carla 2.0 release.
+ Last time I said beta6 would be the last beta, but let's ignore that for now... ;)
+

+

+ This release focuses on bug-fixes rather than new features.
+ Most of the new features were added because of contributions, which are very appreciated.
+ There are no big flashy screenshots this time, sorry.
+

+

+ One breaking change for this release is the removal of most of the plugins bundled in Carla's code.
+ They were moved into a separate repository, to keep Carla's code-base smaller.
+ If you are building Carla yourself and you want those extra internal plugins, make sure to enable git submodules. +

+

+ Here is a list of the most relevant changes and fixes for this release: +

+ + +

Downloads

+

+ To download Carla binaries or source code, jump on over to the KXStudio downloads section.
+ If you're using the KXStudio repositories, you can simply install "carla-git" (plus "carla-lv2" and "carla-vst" if you're so inclined).
+ Bug reports and feature requests are welcome! Jump on over to the Carla's Github project page for those. +

+ +

Future

+

+ The next Carla release is meant to close the 2.0 features, and focus on feature parity between all OSes.
+ It might take some time though (unless there is major regression that makes a new release required). +

+

+ For now I plan to focus on other things that have been on the backlog for some time, + including DPF, KXStudio 18.04 ISO and JACK maintenance.
+ News on that will be published when something is ready, please be patient. +

+ +
+

> Cadence 0.9.0 release and KXStudio 18.04 preparations
On 2018-04-02 by falkTX