diff --git a/Downloads.php b/Downloads.php index d77f9b5..3893040 100644 --- a/Downloads.php +++ b/Downloads.php @@ -65,25 +65,25 @@ include_once("includes/header.php");
- This is an Ubuntu 12.04.3 LTS based Live-DVD, used to test-drive KXStudio and/or install it to your HDD.
- It contains a snapshot of the KXStudio features as of Oct 17, 2013 or 17/10/2013. It uses KDE4 as Desktop Environment.
+ This is an Ubuntu 14.04 LTS based Live-DVD, used to test-drive KXStudio and/or install it to your HDD.
+ It contains a snapshot of the KXStudio features as of May 7th, 2014 or 07/05/2014. It uses KDE4 as Desktop Environment.
Downloads:
-
- KXStudio 12.04.3 Live-DVD - 32bit
- md5sum: 2e937f1249e6608369f9d17401b16887
- size: 1.8 Gb
+
+ KXStudio 14.04 Live-DVD - 32bit
+ md5sum: f252eafbc293e04f6e914554957388bb
+ size: 1.4 GiB
-
- KXStudio 12.04.3 Live-DVD - 64bit
- md5sum: ecd0b53bfaddfdf96454c1840f05a90b
- size: 1.9 Gb
+
+ KXStudio 14.04 Live-DVD - 64bit
+ md5sum: 4954d39a72292b0da911d734e1d661cf
+ size: 1.5 GiB
*Please* make sure to read the Release Notes before using this DVD.
diff --git a/News.php b/News.php
index 19d55d6..1c1aa6c 100644
--- a/News.php
+++ b/News.php
@@ -14,10 +14,27 @@ include_once("includes/header.php");
> Introducing JackAss
- On 2014-04-29 by falkTX
+ On 2014-05-02 by falkTX
- stuff
+ JackAss is a VST plugin that provides JACK-MIDI support for VST hosts.
+ Load the plugin in your favourite host to get a JACK-MIDI port.
+ Each new plugin instance creates a new MIDI port.
+
+ JackAss sends the notes from the host to its JACK-MIDI port.
+ It also exposes 50 parameters, which send a MIDI CC message when changed.
+ You can use this to easily control external applications that accept JACK-MIDI input and possibly CC for automation (like Carla).
+
+ Additionally there's a JackAssFX plugin, which only exposes parameters to send as MIDI CC, in case you don't need notes.
+
+ JackAss currently has builds for Linux, MacOS and Windows, all 32bit and 64bit.
+ As a bonus, you also get special Wine builds - load it in a Windows application running in Linux via Wine and you get a real, native JACK-MIDI port from it!
+
+ PS: Why JackAss? Because it outputs to JACK. ;)