diff --git a/News.php b/News.php index 68e98a7..302aaed 100644 --- a/News.php +++ b/News.php @@ -8,6 +8,47 @@ include_once("includes/header.php");
THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW
+
+ > KXStudio Monthly Report (December 2019)
+ On 2019-12-16 by falkTX
+
+ Hello everyone, it is time for another monthly report in regards to the KXStudio project.
+
+ There is not a whole lot of news this time around, as most of the time was spent on Carla new features and bugfixing.
+ I am doing a push torwards CV support in Carla (a "MIDI to CV" internal plugin was added, for example),
+ with only 1 new feature to be implemented - allowing to automate any regular parameter with CV.
+ The idea is to make it easier to automate things in carla, by exposing individual parameters in the patchbay as CV ports.
+ There is only 1 month left for release, so going to be tight on time, but seems doable, specially with holidays coming.
+ (so more free time to work on this)
+
+ There were a few minor package updates in the repositories. Those are: +
+
+ A new small extra repository has been created, one I have been using for some time now.
+ This came out of the necessity to update JACK2, but JACK is not something we can distribute in generic packages like applications and plugins.
+ There are a few pieces of software, like JACK2, that cannot be made into generic deb packages.
+ So, I want to create a few small but nice repositories for basic utilities and nice-to-have things.
+ For now, I have created a small one for Ubuntu 18.04 users (which includes me, obviously :P) that contains an updated JACK2, Wine-RT, among other small things.
+
+ All the separate, extra repositories will be detailed at + https://kx.studio/Repositories:Extras. +
++ donations + +
+ +
> KXStudio Monthly Report (November 2019)
On 2019-11-16 by falkTX
diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig
index 4825b7e..1a0776b 100644
--- a/News/themes/stardust/layouts/default.twig
+++ b/News/themes/stardust/layouts/default.twig
@@ -46,6 +46,7 @@ ${ trigger.call("head") }
Bug reports and package requests should be posted in the diff --git a/Repositories:Applications.php b/Repositories:Applications.php index 186787d..d0f4126 100644 --- a/Repositories:Applications.php +++ b/Repositories:Applications.php @@ -19,6 +19,7 @@ include_once("includes/header.php");
diff --git a/Repositories:Extras.php b/Repositories:Extras.php new file mode 100644 index 0000000..bfdc277 --- /dev/null +++ b/Repositories:Extras.php @@ -0,0 +1,66 @@ + + +
+ This section contains extra repositories from the KXStudio project.
+ As with the main KXStudio repositories, these extra ones also support both Intel-based and ARM-based CPU architectures.
+
+ You might also want to check: +
+ ++ Repository code: ppa:kxstudio-debian/ubuntus +
+
+ This is a repository/PPA for Ubuntu 18.04 users with a few goodies that cannot be made into generic packages.
+ All packages that require system integration or shared libraries that cannot be packaged in a generic way will be put in this repository.
+ This repository is also the base for a future Ubuntu-18.04 based KXStudio ISO image.
+
+ This repository is only for Ubuntu 18.04 users! +
++ The repository contains: +
++ Enabling this repository can be done with the following: +
+
+# Instructions
+sudo add-apt-repository ppa:kxstudio-debian/ubuntus
+sudo apt-get update
+
+
+