@@ -12,6 +12,35 @@ include_once("includes/header.php"); | |||||
<a href="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a> | <a href="http://feeds.launchpad.net/kxstudio/announcements.atom"><img src="images/rss.png" alt="RSS"/></a> | ||||
</div> | </div> | ||||
<p> | |||||
<span style="font-size: 20px">> Carla 2.0 beta3 something something</span><br/> | |||||
On <i>2014-10-21</i> by<i> falkTX</i> | |||||
</p> | |||||
<p> | |||||
internal patchbay mode | |||||
not available for non-jack drivers | |||||
for those use the internal carla-patchbay plugin | |||||
no CV yet sorry | |||||
</p> | |||||
<p> | |||||
time panel, very incomplete | |||||
</p> | |||||
<p> | |||||
new openav skin, updated calf and zyn | |||||
old mode is possible too | |||||
</p> | |||||
<p> | |||||
carla-lmms, both rack and patchbay | |||||
</p> | |||||
<p> | |||||
AU plugins working now | |||||
</p> | |||||
<p> | |||||
fast LV2 discovery, but without plugin checks or testing | |||||
</p> | |||||
<hr/> | |||||
<p> | <p> | ||||
<span style="font-size: 20px">> DISTRHO: New plugins and minor fixing</span><br/> | <span style="font-size: 20px">> DISTRHO: New plugins and minor fixing</span><br/> | ||||
On <i>2014-08-26</i> by<i> falkTX</i> | On <i>2014-08-26</i> by<i> falkTX</i> | ||||
@@ -42,6 +42,9 @@ include_once("includes/header.php"); | |||||
As such, we recommend you to enable the repositories using the command-line instead. Just follow these steps:<br/> | As such, we recommend you to enable the repositories using the command-line instead. Just follow these steps:<br/> | ||||
</p> | </p> | ||||
<pre class="code"> | <pre class="code"> | ||||
<span style="color: rgb(110, 110, 110);"># Cleanup previous installations if needed</span> | |||||
sudo rm -f /var/kxstudio/* | |||||
sudo apt-get purge kxstudio-repos<br/> | |||||
<span style="color: rgb(110, 110, 110);"># Install needed tools</span> | <span style="color: rgb(110, 110, 110);"># Install needed tools</span> | ||||
sudo apt-get install software-properties-common wget<br/> | sudo apt-get install software-properties-common wget<br/> | ||||
<span style="color: rgb(110, 110, 110);"># Enable KXStudio repo (press 'Enter' once asked)</span> | <span style="color: rgb(110, 110, 110);"># Enable KXStudio repo (press 'Enter' once asked)</span> | ||||