diff --git a/News.php b/News.php index eb74e8a..1b75cf4 100644 --- a/News.php +++ b/News.php @@ -13,51 +13,89 @@ include_once("includes/header.php");

- > KXStudio repositories now ready for Debian! (and all Debian/Ubuntu variants)
- On 2014-04-03 by falkTX + > The first Carla 2.0 beta
+ On 2014-04-17 by falkTX

- The KXStudio repositories + exciting, blah blah. + Carla 2.0 is a full rework of the first Carla release.
+ It will implement the missing features in the 1.x series, + making it a really fully-featured plugin host.

+

Highlights

+

Highlights of the (future) 2.0 release:

+ +

backend

- > The first Carla 2.0 beta
- On 2014-02-27 by falkTX + There has been a lot of changes behind the scenes, specially optimization.
+ The backend now uses Juce to do some "audio things" - drivers and plugin support, more useful for Windows and Mac OS.

+

frontend

- The next Carla 2.0 will implement the missing features in the 1.x series, - making it a really fully-featured plugin host and somewhat session manager (for plugins). - - There has been a lot of changes behind the scenes, specially optimization. - - The backend now uses Juce to do some "audio things". - drivers and plugin support, more useful for Windows and Mac OS. - - The frontend is now compatible with Qt5. - Lots of small changes here and there. - ... - This forced the code to use a more python way to do things, - hmmm - - Highlights of the (future) 2.0 release: - - LV2 CV ports and Worker extension are now implemented - - Qt5 ready - - VST3 and AU support (soon) - - save&restore connections - - plugin skins - - plugin bridges now working - + The frontend is now compatible with Qt5.
+ Lots of small changes here and there.
+

TODO here: https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO

things not ready, no bugs wanted for them yet: - - plugin bridges - - plugin discovery - - plugin skins - - non-jack drivers +

+ +

+

+ +
+ +

+ > KXStudio repositories now ready for Debian!
+ On 2014-04-10 by falkTX +

+

+ + The KXStudio repositories are now ready for Debian and its derivatives (including the upcoming Ubuntu 14.04).
+ They should work for all Debian versions since Wheezy and Ubuntu 12.04 or above.
+ See the Repositories section for more information and how to enable them.
+

+

+ There's a list of available applications in the repository here + and plugins here.
+ These 2 lists will quickly grow as more stuff is added in the repositories.
+

+


+

+ You can request new software to be packaged in this + LinuxMusicians forum topic + (although things seems a bit slow now, we'll eventually get to everyone's requests).
+ Please report any issues regarding packages here.
+

+

+ If you use the repositories, please donate to help keep packager(s) motivated. See http://kxstudio.sourceforge.net/Donations.
+ All this month donations will go to ensure falkTX has a good trip to the Linux Audio Conference next month!
+
+

+

+ PS: AVLinux users wanting to use the KXStudio repositories should be patient.
+ Something cool might come up when falkTX and GMaq meet in next month's LAC. ;)


diff --git a/includes/header.php b/includes/header.php index 2ffe0ca..1d88aae 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,14 +1,12 @@