diff --git a/Applications.php b/Applications.php index 5266f91..fdd525b 100644 --- a/Applications.php +++ b/Applications.php @@ -282,6 +282,7 @@ include_once("includes/header.php"); +

diff --git a/News.php b/News.php index 48d991d..1712488 100644 --- a/News.php +++ b/News.php @@ -12,6 +12,105 @@ include_once("includes/header.php"); RSS +

+ > Carla 2.0 beta5 is here!
+ On 2017-01-06 by falkTX +

+

+ Hello again everyone, we're glad to bring you the 5th beta of the upcoming Carla 2.0 release.
+ It has been more than 1 year since the last Carla release, this release fixes things that got broken in the mean time and continues the work towards Carla's 2.0 base features.
+ There's quite a lot of changes under the hood, mostly bugfixes and minor but useful additions.
+ With that being said, here are some of the highlights: +

+ +
+carla-control + +

Carla-Control is back!

+

+ Carla-Control is an application to remotely control a Carla instance via network, using OSC messages.
+ It stopped working shortly after Carla's move to 2.x development, but now it's back, and working a lot better.
+ Currently works on Linux and Mac OS. +

+
+ +


+ +
+logs-tab + +

Logs tab

+

+ This was also something that was brought back in this release.
+ It was initially removed from the 2.x series because it did not work so well.
+ Now the code has been fixed up and brought to life. You can disable it in the settings if you prefer your messages to go to the console as usual.
+ Sadly this does not work on Windows just yet, only for Linux and Mac OS.
+ But for Windows a Debug/Carla.exe file is included in this build (after you extract the exe as zip file), which can be used to see the console window. +

+
+ +


+ +
+midi-pattern + +

MIDI Sequencer is dead, long live MIDI Pattern!

+

+ The internal MIDI Sequencer plugin was renamed to MIDI Pattern, and received some needed attention.
+ Some menu actions and parameters were added, to make it more intuitive to use.
+ It's now exported as part of the Carla-LV2 plugins package, and available for Linux and Mac OS. +

+
+ +


+ +

More stuff

+ +

+ There will still be 1 more beta release before going for a release candidate, so expect more cool stuff soon!
+

+ +

Special Notes

+ + +

Downloads

+

+ To download Carla binaries or source code, jump into 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 into the Carla's Github project page for those. +

+ +
+

> Changes in KXStudio repositories
On 2016-05-06 by falkTX diff --git a/screenshots/news/carla-2.0-beta5_carla-control.png b/screenshots/news/carla-2.0-beta5_carla-control.png new file mode 100644 index 0000000..1db08fc Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_carla-control.png differ diff --git a/screenshots/news/carla-2.0-beta5_carla-control_crop.png b/screenshots/news/carla-2.0-beta5_carla-control_crop.png new file mode 100644 index 0000000..627cef2 Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_carla-control_crop.png differ diff --git a/screenshots/news/carla-2.0-beta5_logs-tab.png b/screenshots/news/carla-2.0-beta5_logs-tab.png new file mode 100644 index 0000000..edbf8d9 Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_logs-tab.png differ diff --git a/screenshots/news/carla-2.0-beta5_logs-tab_crop.png b/screenshots/news/carla-2.0-beta5_logs-tab_crop.png new file mode 100644 index 0000000..7bf0d38 Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_logs-tab_crop.png differ diff --git a/screenshots/news/carla-2.0-beta5_midi-pattern.png b/screenshots/news/carla-2.0-beta5_midi-pattern.png new file mode 100644 index 0000000..ad746dc Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_midi-pattern.png differ diff --git a/screenshots/news/carla-2.0-beta5_midi-pattern_crop.png b/screenshots/news/carla-2.0-beta5_midi-pattern_crop.png new file mode 100644 index 0000000..29036f0 Binary files /dev/null and b/screenshots/news/carla-2.0-beta5_midi-pattern_crop.png differ