Browse Source

Misc

pull/1/head
falkTX 10 years ago
parent
commit
bad455a7d3
3 changed files with 36 additions and 19 deletions
  1. +14
    -4
      News.php
  2. +0
    -12
      Repositories.php
  3. +22
    -3
      Repositories:Plugins.php

+ 14
- 4
News.php View File

@@ -12,6 +12,16 @@ include_once("includes/header.php");
<a href="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a>
</div>

<p>
<span style="font-size: 20px">&gt; KXStudio repositories now ready for Debian! (and all Debian/Ubuntu variants)</span><br/>
On <i>2014-04-03</i> by<i> falkTX</i>
</p>
<p>
The KXStudio repositories
</p>

<hr/>

<p>
<span style="font-size: 20px">&gt; The first Carla 2.0 beta</span><br/>
On <i>2014-02-27</i> by<i> falkTX</i>
@@ -19,18 +29,18 @@ include_once("includes/header.php");
<p>
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


+ 0
- 12
Repositories.php View File

@@ -54,18 +54,6 @@ sudo apt-get install kxstudio-repos<br/>
sudo apt-get update
</pre>

<br/>

<p>
If you're running <b>Linux Mint Maya</b> (based on Ubuntu 12.04), we need to correct for a bug in Mint's code. Run this <b>after</b> enabling the repos:
</p>
<pre class="code">
<span style="color: rgb(110, 110, 110);"># Fix add-apt-repository olivia vs precise mixup</span>
sudo sed -i "s/olivia/precise/" /etc/apt/sources.list.d/kxstudio*.list<br/>
<span style="color: rgb(110, 110, 110);"># Update software sources yet again</span>
sudo apt-get update
</pre>

<hr/>

<h3><span class="mw-headline" id="Ubuntu"><img src="images/ico_linux.png" class="img_text_align" alt=""/> Others</span></h3>


+ 22
- 3
Repositories:Plugins.php View File

@@ -22,15 +22,34 @@ include_once("includes/header.php");
</div>

<!--
TODO:
TODO: (no ui)
foo-plugins
leet-plugins
vcf-plugins
vocoder-ladspa
wasp-ladspa
TODO: (with ui)
hexter
oxbd
ls16 ?
phasex
spiralsynthmodular
teragon-audio
whysynth
wsynth-dssi
zynaddsubfx
TODO: (distrho)
oxbd
teragon-audio
arctican
cabbage
distrho
drowaudio
eqinox
drumsynth
klangfalter
pitcheddelay
tal
vex
wolpertinger
-->

<!-- XXXpp -->


Loading…
Cancel
Save