Browse Source

Start news for carla 2.0.0

Signed-off-by: falkTX <falktx@falktx.com>
pull/14/head
falkTX 5 years ago
parent
commit
d404fc9a66
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 47 additions and 0 deletions
  1. +2
    -0
      .htaccess
  2. +45
    -0
      News.php

+ 2
- 0
.htaccess View File

@@ -21,6 +21,8 @@ Redirect 301 /news https://kx.studio/News
Redirect 301 /plugins https://kx.studio/Plugins
Redirect 301 /repositories https://kx.studio/Repositories

Redirect 302 /kxstudio/News/install.php /kxstudio/News2

RedirectMatch 301 ^/KXStudio:(.*)$ /$1
RedirectMatch 301 ^/Documentation:Ubuntu:(.*)$ /Documentation:Repository:$1



+ 45
- 0
News.php View File

@@ -8,6 +8,51 @@ include_once("includes/header.php");

<p><b>THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW</b></p>

<p>
<span style="font-size: 20px">&gt; Carla 2.0.0 is finally here!</span><br/>
On <i>2019-04-15</i> by<i> falkTX</i>
</p>

<p>
After many years, Carla version 2.0.0 is finally here!
</p>
<p>
...
</p>

<h3>Changes since 2.0-RC4</h3>
<ul>
<li>carla-vst: Add Ardour workaround for its 'Analysis' window</li>
<li>carla-vst: Fix typo leading to buffer size of 1 during plugin activation</li>
<li>Fix for some stupid plugins messing up with global signals (restore original signals after creating plugin)</li>
<li>Fix dry/wet for VST plugins (by creating extra buffer for inline processing)</li>
<li>Fix crash in RtAudio when ALSA soundcard is listed but not available</li>
<li>Fix crash on JACK buffer size changes in patchbay mode</li>
<li>Fix crash when directly loading vst shell plugins (carla-single or drag&amp;drop dll file)</li>
<li>Fix loading multiple exported LV2 plugins (always copy full carla-plugin binary when exporting)</li>
<li>Fix missing transport information when Carla is not jack transport master</li>
<li>Fix opening a few VST2 UIs (we give up trying to follow VST spec, always assume UI opens nicely)</li>
<li>Fix plugin bridges not working under Fedora (RT threads were able to be setup, but not started)</li>
<li>Automatically terminate wine bridges if main carla dies</li>
<li>Calculate VST2 ppqPos in a more reliable way</li>
<li>Do not set up RtAudio in "hog device" mode</li>
<li>Do not build external plugins in debug or strict build</li>
<li>Handle more sources of VST2 automation via audioMasterAutomate</li>
<li>Handle worst-case scenario of carla-plugin buffer size being too low</li>
</ul>

<h3>Downloads</h3>
<p>
To download Carla binaries or source code, jump on over to the
<a href="https://kx.studio/Downloads" class="external free" rel="nofollow" target="_blank">KXStudio downloads section</a>.<br/>
Carla v2.0.0 is available pre-packaged in the KXStudio repositories and UbuntuStudio backports, plus on ArchLinux and Ubuntu since 19.04.
On those you can simply install the <b>carla</b> package.<br/>
Bug reports and feature requests are welcome! Jump on over to the
<a href="https://github.com/falkTX/Carla" class="external free" rel="nofollow" target="_blank">Carla's Github project</a> page for those.
</p>

<hr/>

<p>
<span style="font-size: 20px">&gt; Changes in KXStudio repos, regarding Carla and JACK2</span><br/>
On <i>2019-03-22</i> by<i> falkTX</i>


Loading…
Cancel
Save