Browse Source

Add new ports

master
falkTX 11 years ago
parent
commit
21bcf28316
5 changed files with 119 additions and 7 deletions
  1. +1
    -1
      inc_header.php
  2. +5
    -5
      index.php
  3. +19
    -0
      news.php
  4. +2
    -1
      plugins.php
  5. +92
    -0
      ports.php

+ 1
- 1
inc_header.php View File

@@ -54,7 +54,7 @@ if (isset($_POST["changeColorNow"]))
if ($CURRENT_PAGE == "plugins")
$menuClasses = array("miniseries", "prom");
else if ($CURRENT_PAGE == "ports")
$menuClasses = array("arctican", "dexed", "drowaudio", "juced", "klangfalter", "mverb", "nekobi", "obxd", "pitcheddelay", "tal", "vex", "wolpertinger");
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter", "luftikus", "mverb", "nekobi", "obxd", "pitcheddelay", "tal", "stereosourceseparator", "vex", "wolpertinger");
else
$menuClasses = array();
?>


+ 5
- 5
index.php View File

@@ -25,6 +25,11 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<h2>Recent <span>News</span></h2>
<!-- .news -->
<ul class="news">
<li>
<figure><strong>26 Aug</strong><p>2014<p></figure>
<h3>New plugins and minor fixing</h3>
<p>4 new Linux ports and minor fixes.</p>
</li>
<li>
<figure><strong>16 July</strong><p>2014<p></figure>
<h3>New release pack</h3>
@@ -40,11 +45,6 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<h3>New and updated ports</h3>
<p>We updated the Linux ports, and added a few more too.</p>
</li>
<li>
<figure><strong>13 Sept</strong><p>2011<p></figure>
<h3>Standalone versions</h3>
<p>Standalone versions of the Arctican and TAL Plugins.</p>
</li>
</ul>
<!-- /.news -->
</aside>


+ 19
- 0
news.php View File

@@ -7,6 +7,25 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<h2>News</h2>
<ul class="news">
<li>
<figure><strong>26 Aug</strong><p>2014</p></figure>
<h2 class="pointer">New plugins and minor fixing</h2>
<p>In this release we bring 4 new Linux plugin ports:<br/>
- EasySSP<br/>
- LUFS Meter<br/>
- Luftikus<br/>
- Stereo Source Separator<br/>
</p>
<p>The DPF-based plugins also had some minor fixes:<br/>
- 3BandEQ/Splitter had its sliders inverted, now fixed<br/>
- ProM now has pre-compiled linux binaries; UI can be resized by using - and + keys<br/>
- MVerb knobs order has been fixed<br/>
- Allow to open UI in LV2 hosts that don't support options feature (Ingen)<br/>
- Workaround for some VST hosts that don't set sample rate during init (Ardour3 and energyXT)<br/>
</p>
<p><a href="http://www.kvraudio.com/forum/viewtopic.php?t=419123" target="_blank">Comments and discussion</a>
</li>
<li>
<figure><strong>16 July</strong><p>2014</p></figure>
<h2 class="pointer">New release pack (2014-07-16)</h2>


+ 2
- 1
plugins.php View File

@@ -51,7 +51,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_prom" alt="download" />
<ul class="the_menu the_menu_prom">
<li>Coming soon!</li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux32bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux64bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li>
</ul>
</div>
</article>


+ 92
- 0
ports.php View File

@@ -81,6 +81,29 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
</section>
</div></div>
<!-- EasySSP -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/easyssp.png" rel="lightbox[easyssp]"><img src="images/screenshots/easyssp_thumb.png" alt=""/></a><br/>EasySSP&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>EasySSP</h2>
<p>Easy Sound Space Perception is a small and lightweight audio visualization tool, which currently provides spectrometer and goniometer views.</p>
<p>Official website: <a href="http://au.tomatl.org/essp" target="_blank">http://au.tomatl.org/essp</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_easyssp" alt="download" />
<ul class="the_menu the_menu_easyssp">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/easyssp-linux32bit.tar.xz/download" target="_blank">EasySSP - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/easyssp-linux64bit.tar.xz/download" target="_blank">EasySSP - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<!-- Juced Plugins -->
<div class="inside"><div class="wrapper">
<aside>
@@ -139,6 +162,52 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
</section>
</div></div>
<!-- LUFS Meter -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/lufsmeter.png" rel="lightbox[lufsmeter]"><img src="images/screenshots/lufsmeter_thumb.png" alt=""/></a><br/>LUFS Meter&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>LUFS Meter</h2>
<p>The LUFS Meter plugin measures loudness similar to the human perception of loudness.</p>
<p>Official website: <a href="http://www.klangfreund.com/lufsmeter/" target="_blank">http://www.klangfreund.com/lufsmeter/</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_lufsmeter" alt="download" />
<ul class="the_menu the_menu_lufsmeter">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/lufsmeter-linux32bit.tar.xz/download" target="_blank">LUFS Meter - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/lufsmeter-linux64bit.tar.xz/download" target="_blank">LUFS Meter - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<!-- Luftikus -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/luftikus.png" rel="lightbox[luftikus]"><img src="images/screenshots/luftikus_thumb.png" alt=""/></a><br/>Luftikus&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>Luftikus</h2>
<p>Luftikus is a digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost.</br>
As an improvement to the hardware it allows deeper cuts and supports a keep-gain mode where overall gain changes are avoided.</p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_luftikus" alt="download" />
<ul class="the_menu the_menu_luftikus">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/luftikus-linux32bit.tar.xz/download" target="_blank">Luftikus - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/luftikus-linux64bit.tar.xz/download" target="_blank">Luftikus - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<!-- MVerb -->
<div class="inside"><div class="wrapper">
<aside>
@@ -234,6 +303,29 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
</section>
</div></div>
<!-- Stereo Source Separator -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/stereosourceseparator.png" rel="lightbox[stereosourceseparator]"><img src="images/screenshots/stereosourceseparator_thumb.png" alt=""/></a><br/>Stereo Source Separator&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>Stereo Source Separator</h2>
<p>This is a plugin that uses the spatial information hidden in the stereo signal to accomplish source separation.</p>
<p>Official project page: <a href="https://github.com/laixinyuan/StereoSourceSepartion" target="_blank">https://github.com/laixinyuan/StereoSourceSepartion</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_stereosourceseparator" alt="download" />
<ul class="the_menu the_menu_stereosourceseparator">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/stereosourceseparator-linux32bit.tar.xz/download" target="_blank">Stereo Source Separator - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/stereosourceseparator-linux64bit.tar.xz/download" target="_blank">Stereo Source Separator - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<!-- TAL Plugins -->
<div class="inside"><div class="wrapper">
<aside>


Loading…
Cancel
Save