diff --git a/Downloads.php b/Downloads.php index b5a2802..d77f9b5 100644 --- a/Downloads.php +++ b/Downloads.php @@ -4,154 +4,8 @@ $PAGE_TYPE = "DOWNLOADS"; $PAGE_SOURCE_1 = ARRAY("/Downloads"); $PAGE_SOURCE_2 = ARRAY("Downloads"); include_once("includes/header.php"); - -if (isset($_GET["id"])) { - -$DOWNLOAD_IDS = ARRAY(); - -// KXStudio ISOs -$DOWNLOAD_IDS["101"] = "KXStudio_12.04.1_32bit.iso"; -$DOWNLOAD_IDS["102"] = "KXStudio_12.04.1_64bit.iso"; - -// Cadence binaries -$DOWNLOAD_IDS["201"] = "Cadence-0.8-beta2-linux32.tar.xz"; -$DOWNLOAD_IDS["202"] = "Cadence-0.8-beta2-linux64.tar.xz"; -$DOWNLOAD_IDS["205"] = "Cadence-0.8-beta2-win32.zip"; - -// Carla binaries -$DOWNLOAD_IDS["211"] = "Carla-0.8-linux32.tar.xz"; -$DOWNLOAD_IDS["212"] = "Carla-0.8-linux64.tar.xz"; -$DOWNLOAD_IDS["215"] = "Carla-0.8-win32.zip"; - -// Deprecated binaries -$DOWNLOAD_IDS["301"] = "festige-1.0.2-x86.tar.gz"; - -$dlId = htmlspecialchars($_GET["id"]); - -if (array_key_exists($dlId, $DOWNLOAD_IDS)) { - -// Set sizes -$SIZE_IDS["101"] = "1745909760"; -$SIZE_IDS["102"] = "1863237632"; -$SIZE_IDS["201"] = "13419996"; -$SIZE_IDS["202"] = "21380936"; -$SIZE_IDS["205"] = "28950659"; -$SIZE_IDS["211"] = "19637728"; -$SIZE_IDS["212"] = "21272596"; -$SIZE_IDS["215"] = "18927509"; -$SIZE_IDS["301"] = "3705332"; - -$dlFile = $DOWNLOAD_IDS[$dlId]; -$dlPath = "http://downloads.sourceforge.net/kxstudio/" . $dlFile; -$dlSize = $SIZE_IDS[$dlId]; -?> - -

- You are now downloading the file
- If the download doesn't start automatically, click - here. -

- - - -
- -

- Thank you for your interest on KXStudio and/or its software. Please consider a donation while the download takes place.
- Donations will help ensure that developers have the needed enthusiasm and motivation to keep working hard on the project.
- Just because we're open-source doesn't mean we're allergic to money. ;) -

- -

- Currently the KXStudio project accepts donations via Flattr or PayPal.
- You can do a one-time donation or subscribe monthly.
- In either case, we thank you in advance for any donation you make!
-
-

- - - -
- - - - -
- - - - -
-
-
- - - - - -
- Quantity
- -
- - - -
-
- - - -

- Invalid download Id. -

- - -


- - - - - -


- @@ -185,14 +45,16 @@ $dlSize = $SIZE_IDS[$dlId];
  • Source Code Releases
  • Software developed by the KXStudio Team, released as source tarball so that distros other than Ubuntu (or advanced users) can pick it up.
    - If you're running an Ubuntu based system, please use the KXStudio Repositories instead. + If you're running a Debian or Ubuntu based system, please use the KXStudio Repositories instead.

    Downloads:
    Cadence (version 0.8.1)
    - - Carla (version 1.1.0)
    + + Carla (version 1.2.4)
    + + Carla2 (version 2.0-beta1)
    FeSTige (version 1.0.2)
    @@ -229,7 +91,33 @@ $dlSize = $SIZE_IDS[$dlId];

    -


    +
    + +

    @@ -244,6 +132,5 @@ $dlSize = $SIZE_IDS[$dlId];


    diff --git a/News2.php b/News2.php index c404a51..6dd7405 100644 --- a/News2.php +++ b/News2.php @@ -22,14 +22,19 @@ include_once("includes/header.php"); Today the first beta is released, and we'll show you what to expect when the final version arrives.

    - DISCLAIMER: This is a beta release! Although all features mentioned here are working right now, they may be incomplete, have bugs or even eat your cat!
    - You've been warned. ;)
    + To download binaries or source code, jump into the KXStudio downloads section.
    + If you're using the KXStudio repositories, you can simply install "carla-git" and "carla-plugins-lv2" instead.
    + Bug reports and feature requests are welcome! Jump into the Carla's Github project page for those. +

    +

    + DISCLAIMER: This is a beta release! Although all features mentioned here are working right now, they may be incomplete, have bugs or even eat your cat!
    + You've been warned.

    Highlights

    -new-look +new-look

    Canvas Integration

    @@ -42,47 +47,52 @@ include_once("includes/header.php");


    -new-look +new-look

    New Look

    - blah blah blah blah.
    - blah blah blah hahahah.
    + Each plugin gets his own slot skin.
    + Different colors are attributed to each kind of plugin (EQ, delay, distortion, etc).
    + Specialized skins that match the author/maker are used when appropriate.


    -new-look +new-look -

    Carla-Rack as Plugin

    +

    Carla-Rack as a Plugin

    - Carla itself as a plugin (rack-mode).
    - This allows this and that
    + Carla itself working as a plugin (rack-mode).
    + This allows to use several rack instances inside a single Carla instance.
    + Internal patch-bay mode is also planned, but probably only for 3.0.


    -new-look +new-look

    Internal plugins as LV2

    - Carla internal plugins exported as LV2
    + Carla internal plugins are now exported as LV2.
    This includes carla-rack and zynaddsubfx!
    + Plugins that released separately (such as DISTRHO and ZamAudio) are not included.


    -new-look +new-look

    Plugin Bridges

    - plugin bridges, including 32bit on 64bit systems and Windows plugins on Linux
    + Running plugins in a separate process for crash-protection.
    + Using a separate process also makes it possible to load plugins with a different architecture from the host,
    + such as 32-bit plugins on 64-bit Carla and Windows plugins in Linux.

    @@ -90,20 +100,18 @@ include_once("includes/header.php");

    More stuff

      -
    • LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree plugins
    • +
    • Qt5 ready (already used in Windows builds)
    • +
    • Save and restore canvas connections
    • +
    • LV2 CV ports and Worker extension are now implemented, allowing to load ams-lv2 and setBfree among other plugins
    • VST3 and AU plugin support
    • -
    • save&restore canvas connections
    • -
    • Qt5 ready

    There's some other things planned, but they might be delayed until 3.0 so that this release doesn't take too long to happen.
    - You can find the complete TODO list here: https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO.
    + You can find the complete TODO list here:
    + https://raw.github.com/falkTX/Carla/master/doc/Carla-TODO.

    -

    Downloads

    -

    - experiment?, downloads here -

    +