Browse Source

Add 2 more plugins, add all ports links

master
falkTX 7 years ago
parent
commit
b86bebf7cd
21 changed files with 102 additions and 47 deletions
  1. BIN
      images/screenshots/arctican-thepilgrim2_thumb.png
  2. BIN
      images/screenshots/dexed.png
  3. BIN
      images/screenshots/dexed_thumb.png
  4. BIN
      images/screenshots/drowaudio-reverb_thumb.png
  5. BIN
      images/screenshots/easyssp_thumb.png
  6. BIN
      images/screenshots/juce-opl.png
  7. BIN
      images/screenshots/juced-drumsynth_thumb.png
  8. BIN
      images/screenshots/klangfalter_thumb.png
  9. BIN
      images/screenshots/lufsmeter_thumb.png
  10. BIN
      images/screenshots/luftikus_thumb.png
  11. BIN
      images/screenshots/mverb_thumb.png
  12. BIN
      images/screenshots/obxd.png
  13. BIN
      images/screenshots/obxd_thumb.png
  14. BIN
      images/screenshots/pitcheddelay_thumb.png
  15. BIN
      images/screenshots/refine.png
  16. BIN
      images/screenshots/stereosourceseparator_thumb.png
  17. BIN
      images/screenshots/tal-noisemaker_thumb.png
  18. BIN
      images/screenshots/vex_thumb.png
  19. BIN
      images/screenshots/wolpertinger_thumb.png
  20. +3
    -3
      inc_header.php
  21. +99
    -44
      ports.php

BIN
images/screenshots/arctican-thepilgrim2_thumb.png View File

Before After
Width: 200  |  Height: 135  |  Size: 32KB

BIN
images/screenshots/dexed.png View File

Before After
Width: 866  |  Height: 420  |  Size: 83KB Width: 866  |  Height: 674  |  Size: 125KB

BIN
images/screenshots/dexed_thumb.png View File

Before After
Width: 200  |  Height: 97  |  Size: 29KB

BIN
images/screenshots/drowaudio-reverb_thumb.png View File

Before After
Width: 200  |  Height: 109  |  Size: 13KB

BIN
images/screenshots/easyssp_thumb.png View File

Before After
Width: 200  |  Height: 76  |  Size: 16KB

BIN
images/screenshots/juce-opl.png View File

Before After
Width: 860  |  Height: 580  |  Size: 31KB

BIN
images/screenshots/juced-drumsynth_thumb.png View File

Before After
Width: 200  |  Height: 94  |  Size: 17KB

BIN
images/screenshots/klangfalter_thumb.png View File

Before After
Width: 200  |  Height: 87  |  Size: 14KB

BIN
images/screenshots/lufsmeter_thumb.png View File

Before After
Width: 200  |  Height: 128  |  Size: 9.6KB

BIN
images/screenshots/luftikus_thumb.png View File

Before After
Width: 200  |  Height: 57  |  Size: 24KB

BIN
images/screenshots/mverb_thumb.png View File

Before After
Width: 200  |  Height: 47  |  Size: 14KB

BIN
images/screenshots/obxd.png View File

Before After
Width: 1087  |  Height: 442  |  Size: 137KB Width: 1440  |  Height: 450  |  Size: 205KB

BIN
images/screenshots/obxd_thumb.png View File

Before After
Width: 200  |  Height: 81  |  Size: 27KB

BIN
images/screenshots/pitcheddelay_thumb.png View File

Before After
Width: 200  |  Height: 145  |  Size: 15KB

BIN
images/screenshots/refine.png View File

Before After
Width: 450  |  Height: 300  |  Size: 66KB

BIN
images/screenshots/stereosourceseparator_thumb.png View File

Before After
Width: 200  |  Height: 107  |  Size: 7.5KB

BIN
images/screenshots/tal-noisemaker_thumb.png View File

Before After
Width: 200  |  Height: 196  |  Size: 48KB

BIN
images/screenshots/vex_thumb.png View File

Before After
Width: 200  |  Height: 125  |  Size: 42KB

BIN
images/screenshots/wolpertinger_thumb.png View File

Before After
Width: 200  |  Height: 288  |  Size: 50KB

+ 3
- 3
inc_header.php View File

@@ -63,9 +63,9 @@ $URL_PORTS = "https://github.com/DISTRHO/DISTRHO-Ports/releases/download/" . $VE
if ($CURRENT_PAGE == "plugins") {
$menuClasses = array("miniseries", "nekobi", "kars", "glbars", "prom");
} else if ($CURRENT_PAGE == "ports") {
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter",
"luftikus", "mverb", "ndc", "obxd", "pitcheddelay", "tal", "stereosourceseparator",
"vex", "wolpertinger");
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juceopl", "juced", "klangfalter",
"lufsmeter", "luftikus", "mverb", "ndc", "obxd", "pitcheddelay", "refine", "tal",
"stereosourceseparator", "vex", "wolpertinger");
} else {
$menuClasses = array();
}


+ 99
- 44
ports.php View File

@@ -10,7 +10,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/arctican-thefunction.png" rel="lightbox[arctican]" class="hidden"></a>
<a href="images/screenshots/arctican-thepilgrim2.png" rel="lightbox[arctican]"><img src="images/screenshots/arctican-thepilgrim2_thumb.png" alt=""/></a><br/>The Pilgrim 2&nbsp;&nbsp;
<a href="images/screenshots/arctican-thepilgrim2.png" rel="lightbox[arctican]"><img src="images/screenshots/arctican-thepilgrim2.png" width="200px" alt=""/></a><br/>The Pilgrim 2&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -22,8 +22,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_arctican" alt="download" />
<ul class="the_menu the_menu_arctican">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/arctican-plugins-linux32bit.tar.xz/download" target="_blank">Arctican Plugins - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/arctican-plugins-linux64bit.tar.xz/download" target="_blank">Arctican Plugins - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/arctican-plugins-linux32.tar.xz" target="_blank">Arctican Plugins - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/arctican-plugins-linux64.tar.xz" target="_blank">Arctican Plugins - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -36,7 +36,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/dexed.png" rel="lightbox[dexed]"><img src="images/screenshots/dexed_thumb.png" alt=""/></a><br/>Dexed&nbsp;&nbsp;
<a href="images/screenshots/dexed.png" rel="lightbox[dexed]"><img src="images/screenshots/dexed.png" width="200px" alt=""/></a><br/>Dexed&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -48,8 +48,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_dexed" alt="download" />
<ul class="the_menu the_menu_dexed">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/dexed-linux32bit-fixed.tar.xz/download" target="_blank">Dexed - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/dexed-linux64bit-fixed.tar.xz/download" target="_blank">Dexed - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/dexed-linux32.tar.xz" target="_blank">Dexed - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/dexed-linux64.tar.xz" target="_blank">Dexed - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -65,20 +65,20 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<a href="images/screenshots/drowaudio-distortion.png" rel="lightbox[drowaudio]" class="hidden"></a>
<a href="images/screenshots/drowaudio-distortionshaper.png" rel="lightbox[drowaudio]" class="hidden"></a>
<a href="images/screenshots/drowaudio-flanger.png" rel="lightbox[drowaudio]" class="hidden"></a>
<a href="images/screenshots/drowaudio-reverb.png" rel="lightbox[drowaudio]"><img src="images/screenshots/drowaudio-reverb_thumb.png" alt=""/></a><br/>dRowAudio Reverb&nbsp;&nbsp;
<a href="images/screenshots/drowaudio-reverb.png" rel="lightbox[drowaudio]"><img src="images/screenshots/drowaudio-reverb.png" width="200px" alt=""/></a><br/>dRowAudio Reverb&nbsp;&nbsp;
<a href="images/screenshots/drowaudio-tremolo.png" rel="lightbox[drowaudio]" class="hidden"></a>
</p>
</aside>
<section class="content">
<article>
<h2>dRowAudio Plugins</h2>
<p>Professional grade audio plugin suite from dRowAudio, now available for Linux.<p>
<p>Professional grade audio plugin suite from dRowAudio, now available for Linux.</p>
<p>Official website: <a href="http://www.drowaudio.co.uk" target="_blank">http://www.drowaudio.co.uk</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_drowaudio" alt="download" />
<ul class="the_menu the_menu_drowaudio">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/drowaudio-plugins-linux32bit.tar.xz/download" target="_blank">dRowAudio Plugins - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/drowaudio-plugins-linux64bit.tar.xz/download" target="_blank">dRowAudio Plugins - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/drowaudio-plugins-linux32.tar.xz" target="_blank">dRowAudio Plugins - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/drowaudio-plugins-linux64.tar.xz" target="_blank">dRowAudio Plugins - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -91,7 +91,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<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;
<a href="images/screenshots/easyssp.png" rel="lightbox[easyssp]"><img src="images/screenshots/easyssp.png" width="200px" alt=""/></a><br/>EasySSP&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -102,8 +102,34 @@ 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_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>
<li><a href="<?php echo $URL_PORTS ?>/easyssp-linux32.tar.xz" target="_blank">EasySSP - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/easyssp-linux64.tar.xz" target="_blank">EasySSP - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<hr/>
<!-- JuceOPL -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/juce-opl.png" rel="lightbox[juceopl]"><img src="images/screenshots/juce-opl.png" width="200px" alt=""/></a><br/>JuceOPL&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>JuceOPL</h2>
<p>Classic game sounds in Plugin form, as heard in late 80s / early 90s sound cards.<br/>
Powered by DOSBox emulation.</p>
<p>Official project page: <a href="https://bsutherland.github.io/JuceOPLVSTi/" target="_blank">https://bsutherland.github.io/JuceOPLVSTi/</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_juceopl" alt="download" />
<ul class="the_menu the_menu_juceopl">
<li><a href="<?php echo $URL_PORTS ?>/juce-opl-linux32.tar.xz" target="_blank">JuceOPL - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/juce-opl-linux64.tar.xz" target="_blank">JuceOPL - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -116,7 +142,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/juced-drumsynth.png" rel="lightbox[juced]"><img src="images/screenshots/juced-drumsynth_thumb.png" alt=""/></a><br/>DrumSynth&nbsp;&nbsp;
<a href="images/screenshots/juced-drumsynth.png" rel="lightbox[juced]"><img src="images/screenshots/juced-drumsynth.png" width="200px" alt=""/></a><br/>DrumSynth&nbsp;&nbsp;
<a href="images/screenshots/juced-eqinox.png" rel="lightbox[juced]" class="hidden"></a>
</p>
</aside>
@@ -130,8 +156,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_juced" alt="download" />
<ul class="the_menu the_menu_juced">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/juced-plugins-linux32bit.tar.xz/download" target="_blank">Juced Plugins - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/juced-plugins-linux64bit.tar.xz/download" target="_blank">Juced Plugins - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/juced-plugins-linux32.tar.xz" target="_blank">Juced Plugins - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/juced-plugins-linux64.tar.xz" target="_blank">Juced Plugins - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -144,7 +170,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/klangfalter.png" rel="lightbox[klangfalter]"><img src="images/screenshots/klangfalter_thumb.png" alt=""/></a><br/>KlangFalter&nbsp;&nbsp;
<a href="images/screenshots/klangfalter.png" rel="lightbox[klangfalter]"><img src="images/screenshots/klangfalter.png" width="200px" alt=""/></a><br/>KlangFalter&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -164,8 +190,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_klangfalter" alt="download" />
<ul class="the_menu the_menu_klangfalter">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/klangfalter-linux32bit.tar.xz/download" target="_blank">KlangFalter - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/klangfalter-linux64bit.tar.xz/download" target="_blank">KlangFalter - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/klangfalter-linux32.tar.xz" target="_blank">KlangFalter - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/klangfalter-linux64.tar.xz" target="_blank">KlangFalter - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -178,7 +204,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<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;
<a href="images/screenshots/lufsmeter.png" rel="lightbox[lufsmeter]"><img src="images/screenshots/lufsmeter.png" width="200px" alt=""/></a><br/>LUFS Meter&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -189,8 +215,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_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>
<li><a href="<?php echo $URL_PORTS ?>/lufsmeter-linux32.tar.xz" target="_blank">LUFS Meter - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/lufsmeter-linux64.tar.xz" target="_blank">LUFS Meter - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -203,7 +229,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<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;
<a href="images/screenshots/luftikus.png" rel="lightbox[luftikus]"><img src="images/screenshots/luftikus.png" width="200px" alt=""/></a><br/>Luftikus&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -211,11 +237,12 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<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>
<p>Official project page: <a href="https://github.com/lkjbdsp/lkjb-plugins" target="_blank">https://github.com/lkjbdsp/lkjb-plugins</a></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>
<li><a href="<?php echo $URL_PORTS ?>/luftikus-linux32.tar.xz" target="_blank">Luftikus - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/luftikus-linux64.tar.xz" target="_blank">Luftikus - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -294,20 +321,20 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/obxd.png" rel="lightbox[obxd]"><img src="images/screenshots/obxd_thumb.png" alt=""/></a><br/>Obxd&nbsp;&nbsp;
<a href="images/screenshots/obxd.png" rel="lightbox[obxd]"><img src="images/screenshots/obxd.png" width="200px" alt=""/></a><br/>Obxd&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>Obxd</h2>
<p>Obxd is emulation of famous ob-x, ob-xa and ob8 synths.<br/>
While not copying originals, some of the features were taken to a better point.<p>
While not copying originals, some of the features were taken to a better point.</p>
<p>Official project page: <a href="https://github.com/2DaT/Obxd" target="_blank">https://github.com/2DaT/Obxd</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_obxd" alt="download" />
<ul class="the_menu the_menu_obxd">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/obxd-linux32bit.tar.xz/download" target="_blank">Obxd - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/obxd-linux64bit.tar.xz/download" target="_blank">Obxd - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/obxd-linux32.tar.xz" target="_blank">Obxd - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/obxd-linux64.tar.xz" target="_blank">Obxd - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -320,7 +347,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/pitcheddelay.png" rel="lightbox[pitcheddelay]"><img src="images/screenshots/pitcheddelay_thumb.png" alt=""/></a><br/>Pitched Delay&nbsp;&nbsp;
<a href="images/screenshots/pitcheddelay.png" rel="lightbox[pitcheddelay]"><img src="images/screenshots/pitcheddelay.png" width="200px" alt=""/></a><br/>Pitched Delay&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -331,8 +358,36 @@ 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_pitcheddelay" alt="download" />
<ul class="the_menu the_menu_pitcheddelay">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/pitcheddelay-linux32bit.tar.xz/download" target="_blank">Pitched Delay - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/pitcheddelay-linux64bit.tar.xz/download" target="_blank">Pitched Delay - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/pitcheddelay-linux32.tar.xz" target="_blank">Pitched Delay - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/pitcheddelay-linux64.tar.xz" target="_blank">Pitched Delay - Linux 64bit</a></li>
</ul>
</div>
</article>
</section>
</div></div>
<hr/>
<!-- ReFine -->
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/refine.png" rel="lightbox[refine]"><img src="images/screenshots/refine.png" width="200px" alt=""/></a><br/>ReFine&nbsp;&nbsp;
</p>
</aside>
<section class="content">
<article>
<h2>ReFine</h2>
<p>ReFine is a plugin that allows to add a final polishing to your tracks, busses and masters.<br/>
It extracts psycho-acoustic parameters from the source and thus allows to add warmth, space and punch to your mixes.<br/>
This is done level dependent and rather subtle;
you probably won't be able to create heavy distortion effects with this plugin.</p>
<p>Official project page: <a href="https://github.com/lkjbdsp/lkjb-plugins" target="_blank">https://github.com/lkjbdsp/lkjb-plugins</a></p>
<div class="button">
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_refine" alt="download" />
<ul class="the_menu the_menu_refine">
<li><a href="<?php echo $URL_PORTS ?>/refine-linux32.tar.xz" target="_blank">ReFine - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/refine-linux64.tar.xz" target="_blank">ReFine - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -345,7 +400,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<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;
<a href="images/screenshots/stereosourceseparator.png" rel="lightbox[stereosourceseparator]"><img src="images/screenshots/stereosourceseparator.png" width="200px" alt=""/></a><br/>Stereo Source Separator&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -356,8 +411,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_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>
<li><a href="<?php echo $URL_PORTS ?>/stereosourceseparation-linux32.tar.xz" target="_blank">Stereo Source Separator - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/stereosourceseparation-linux64.tar.xz" target="_blank">Stereo Source Separator - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -373,7 +428,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<a href="images/screenshots/tal-dub-3.png" rel="lightbox[tal_plugins]" class="hidden"></a>
<a href="images/screenshots/tal-filter.png" rel="lightbox[tal_plugins]" class="hidden"></a>
<a href="images/screenshots/tal-filter-2.png" rel="lightbox[tal_plugins]" class="hidden"></a>
<a href="images/screenshots/tal-noisemaker.png" rel="lightbox[tal_plugins]"><img src="images/screenshots/tal-noisemaker_thumb.png" alt=""/></a><br/>TAL-NoiseMaker&nbsp;&nbsp;
<a href="images/screenshots/tal-noisemaker.png" rel="lightbox[tal_plugins]"><img src="images/screenshots/tal-noisemaker.png" width="200px" alt=""/></a><br/>TAL-NoiseMaker&nbsp;&nbsp;
<a href="images/screenshots/tal-reverb.png" rel="lightbox[tal_plugins]" class="hidden"></a>
<a href="images/screenshots/tal-reverb-2.png" rel="lightbox[tal_plugins]" class="hidden"></a>
<a href="images/screenshots/tal-reverb-3.png" rel="lightbox[tal_plugins]" class="hidden"></a>
@@ -390,8 +445,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_tal" alt="download" />
<ul class="the_menu the_menu_tal">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/tal-plugins-linux32bit.tar.xz/download" target="_blank">TAL Plugins - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/tal-plugins-linux64bit.tar.xz/download" target="_blank">TAL Plugins - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/tal-plugins-linux32.tar.xz" target="_blank">TAL Plugins - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/tal-plugins-linux64.tar.xz" target="_blank">TAL Plugins - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -404,7 +459,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/vex.png" rel="lightbox[vex]"><img src="images/screenshots/vex_thumb.png" alt=""/></a><br/>Vex&nbsp;&nbsp;
<a href="images/screenshots/vex.png" rel="lightbox[vex]"><img src="images/screenshots/vex.png" width="200px" alt=""/></a><br/>Vex&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -414,8 +469,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_vex" alt="download" />
<ul class="the_menu the_menu_vex">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/vex-linux32bit.tar.xz/download" target="_blank">Vex - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/vex-linux64bit.tar.xz/download" target="_blank">Vex - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/vex-linux32.tar.xz" target="_blank">Vex - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/vex-linux64.tar.xz" target="_blank">Vex - Linux 64bit</a></li>
</ul>
</div>
</article>
@@ -428,7 +483,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
<div class="inside"><div class="wrapper">
<aside>
<p style="font-size:0.8em; text-align:right">
<a href="images/screenshots/wolpertinger.png" rel="lightbox[wolpertinger]"><img src="images/screenshots/wolpertinger_thumb.png" alt=""/></a><br/>Wolpertinger&nbsp;&nbsp;
<a href="images/screenshots/wolpertinger.png" rel="lightbox[wolpertinger]"><img src="images/screenshots/wolpertinger.png" width="200px" alt=""/></a><br/>Wolpertinger&nbsp;&nbsp;
</p>
</aside>
<section class="content">
@@ -439,8 +494,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_wolpertinger" alt="download" />
<ul class="the_menu the_menu_wolpertinger">
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/wolpertinger-linux32bit.tar.xz/download" target="_blank">Wolpertinger - Linux 32bit</a></li>
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/wolpertinger-linux64bit.tar.xz/download" target="_blank">Wolpertinger - Linux 64bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/wolpertinger-linux32.tar.xz" target="_blank">Wolpertinger - Linux 32bit</a></li>
<li><a href="<?php echo $URL_PORTS ?>/wolpertinger-linux64.tar.xz" target="_blank">Wolpertinger - Linux 64bit</a></li>
</ul>
</div>
</article>


Loading…
Cancel
Save