diff --git a/News.php b/News.php
index f4a80af..d0ed9e5 100644
--- a/News.php
+++ b/News.php
@@ -9,7 +9,7 @@ include_once("includes/header.php");
THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW
-
+
@@ -17,30 +17,88 @@ include_once("includes/header.php");
On 2015-03-12 by falkTX
- Hello again everyone, we're glad to bring to you the 3rd beta of the upcoming Carla 2.0 release.
- There have been quite a few nice features implemented since beta2; here are the highlights.
+ Hello again everyone, we're glad to bring to you the 4th beta of the upcoming Carla 2.0 release.
+ This release was mostly focused on bug-fixing, so there aren't many splashy new features to show compared to previous ones.
+ Still, here's the highlights.
Highlights
+
+
+ |
+Reworked plugin skins
-
+ ....
+ can collapse
+ |
-Special Notes
-
- Renaming plugins is currently not safe (unless using Rack mode).
+
- GIG/SF2/SFZ skin still to be done,
- and some others...
+
+
+ |
+Experimental plugins (new)
+
+ ....
+
+ |
- Plugin bridges only work on Linux right now.
- They used to be working for OSX but now stopped due to a OS limitation.
- This will be fixed in the next beta.
+
- Windows 64bit shows small console windows when discovering plugins.
- This is not intended, will hopefully be fixed soon.
+
+
+ |
+Can show MOD GUIs
+
+ ....
+ (on the right setups, not available on pre-compiled binaries)
+ |
+
+
+
+More changes
+
+
+ - LinuxSampler code rework, exposes 2 output parameters, more to come
+ Needs a custom skin
+ - OSC port can be static, using CARLA_OSC_TCP_PORT and CARLA_OSC_UDP_PORT environment variables.
+ - Time panel can be shown/hidden as needed
+ - Internal plugins are back
+ - Bridge code rework, much more stable now, MIDI-out working.
+ Still needs some more work, but working nicely now.
+ - carla-single is back, and working much better.
+ ....
+ - allow new,open&save-as(export) in carla-plugin.
+ - start of midi-seq plugin.
+ still experimental, linux only
+ - MIDI file saves the contents
+ you can share projects without worrying if the file exists on the other system.
+ - zyn with 6 basic params
+ - midi chan filter plugin,
+ explain midi-split patchbay.
+ - reworked nsm code.
+ - cached lv2&au plugins, no need for scanning.
+ working via carla-plugin as well
+ - patchbay mode working for non-jack drivers.
+ explain external midi connections.
+ - save internal & external connections.
+ - lots and lots of bug fixes.
+
+
+Special Notes
+
+ - Renaming plugins is currently not safe (unless using Rack mode).
+ - GIG/SF2/SFZ skin still to be done,
+ and some others...
+ - Plugin bridges only work on Linux right now.
+ They used to be working for OSX but now stopped due to a OS limitation.
+ This will be fixed in the next beta.
+ - Windows 64bit shows small console windows when discovering plugins.
+ This is not intended, will hopefully be fixed soon.
+
Downloads
diff --git a/donate/connect.php b/donate/connect.php
index 9ff309d..7b18942 100644
--- a/donate/connect.php
+++ b/donate/connect.php
@@ -1,6 +1,10 @@
diff --git a/includes/header.php b/includes/header.php
index 22777d0..02b738d 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -1,7 +1,7 @@
100.0) {
- $cur_percent = 100.0;
+ if ($cur_percent > 100.0) {
+ $cur_percent = 100.0;
+ }
}
}
?>
@@ -163,11 +164,7 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
-
-
-
-