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");
- The following are the release notes for version 1.0.2: + The following are the release notes for 1.2.x:
- Pre-compiled binaries are available for Linux and Windows.
+ Pre-compiled binaries are available for Linux and Windows (version 1.2.3).
-
+
Linux 32bit
-
+
Linux 64bit
-
+
Windows 32bit
diff --git a/Downloads.php b/Downloads.php
index f872075..b5a2802 100644
--- a/Downloads.php
+++ b/Downloads.php
@@ -163,10 +163,10 @@ $dlSize = $SIZE_IDS[$dlId];
Cadence (32bit, version 0.8.1)
Cadence (64bit, version 0.8.1)
-
- Carla (32bit, version 1.1.0)
-
- Carla (64bit, version 1.1.0)
+
+ Carla (32bit, version 1.2.3)
+
+ Carla (64bit, version 1.2.3)
FeSTige (32bit, version 1.0.2)
+ > 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