From ac7bf4ee2d9179fde0e272efccc6b25f9885091c Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 26 Dec 2013 09:30:24 +0000 Subject: [PATCH] Carla 1.2.3 release + notice for JACK1 users --- Applications:Carla.php | 12 ++++++------ Downloads.php | 12 ++++++------ News.php | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 12 deletions(-) diff --git a/Applications:Carla.php b/Applications:Carla.php index f9b7c03..adf4ecf 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -69,7 +69,7 @@ include_once("includes/header.php");

Release Notes

- The following are the release notes for version 1.0.2: + The following are the release notes for 1.2.x:

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

+ > Small Carla notice for JACK1 users (and 1.2.3 release)
+ On 2013-12-26 by falkTX +

+

+ While I was doing a Carla video I got into a show-stopper bug in JACK2 (it kept crashing because of complex MIDI mixdown, see + this).
+ So in the meantime I have to use JACK1, and while doing so I found a pretty nasty bug...
+ No system connections were shown in the patchbay canvas!
+

+ I don't know if others suffered from the bug (I always run JACK2) or though it was how it really worked.
+ In any case, the Carla patchbay will show all JACK connections now - wherever they are from Carla plugins or system ones. +

+

+ Updating to version 1.2.3 is recommended, specially if you use JACK1.
+ For a list of changes you can check the Carla stable git log + here, + which allows to directly see what changed in the code. +

+ +
+

> Carla 2.0 development progress report
On 2013-12-17 by falkTX