@@ -6,14 +6,14 @@ mark, rp, rt, ruby, summary, time { display:inline; } | |||
body { | |||
background:#F4F4F4; | |||
font-family: 'Raleway', sans-serif; | |||
font-weight: 200; | |||
font-weight: 200; | |||
font-size:100%; | |||
line-height:1.125em; | |||
color:#BABABA; | |||
} | |||
html { min-width:1000px; } | |||
html, body { height:100%;background-color:#1E1F1F; } | |||
hr { color:#191A1A4D; background-color:transparent; } | |||
/* Global Structure ============================================================= */ | |||
@@ -79,7 +79,7 @@ html, body { height:100%;background-color:#1E1F1F; } | |||
aside{ | |||
float: left; | |||
width: 302px; | |||
margin:60px 52px 0 0; | |||
margin: 0px 52px 0 0; | |||
} | |||
.homeAside{ | |||
float: left; | |||
@@ -1,6 +1,6 @@ | |||
/* Getting the new tags to behave */ | |||
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; } | |||
mark, rp, rt, ruby, summary, time { display: inline; } | |||
mark, rp, rt, ruby, summary, time { display:inline; } | |||
/* Global properties ======================================================== */ | |||
body { | |||
@@ -9,11 +9,11 @@ body { | |||
font-weight: 200; | |||
font-size:100%; | |||
line-height:1.125em; | |||
color: #272727/*#7A7A7A*/; | |||
color:#272727/*#7A7A7A*/; | |||
} | |||
html { min-width:1000px;} | |||
html, body { height:100%;background-color:#1E1F1F;} | |||
html, body { height:100%;background-color:#1E1F1F; } | |||
hr { color:#D6D6D64D; background-color:transparent; } | |||
/* Global Structure ============================================================= */ | |||
@@ -79,7 +79,7 @@ html, body { height:100%;background-color:#1E1F1F;} | |||
aside{ | |||
float: left; | |||
width: 302px; | |||
margin:60px 52px 0 0; | |||
margin: 0px 52px 0 0; | |||
} | |||
.homeAside{ | |||
float: left; | |||
@@ -14,7 +14,7 @@ function changeColor() { | |||
exit(); | |||
} | |||
if (file_exists("/Shared/Personal/FOSS/")) { | |||
if (file_exists("/home/falktx/Personal/FOSS/")) { | |||
$ROOT = "/distrho"; | |||
} else { | |||
$ROOT = ""; | |||
@@ -30,6 +30,12 @@ if (isset($_POST["changeColorNow"])) { | |||
changeColor(); | |||
} | |||
$VERSION_DPF = "v1.1"; | |||
$VERSION_PORTS = "2018-04-16"; | |||
$URL_DPF = "https://github.com/DISTRHO/DPF-Plugins/releases/download/" . $VERSION_DPF; | |||
$URL_PORTS = "https://github.com/DISTRHO/DISTRHO-Ports/releases/download/" . $VERSION_PORTS; | |||
?> | |||
<!DOCTYPE html> | |||
<html lang="en"> | |||
@@ -55,9 +61,11 @@ if (isset($_POST["changeColorNow"])) { | |||
<script type="text/javascript"> | |||
<?php | |||
if ($CURRENT_PAGE == "plugins") { | |||
$menuClasses = array("miniseries", "prom"); | |||
$menuClasses = array("miniseries", "nekobi", "kars", "glbars", "prom"); | |||
} else if ($CURRENT_PAGE == "ports") { | |||
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter", "luftikus", "mverb", "nekobi", "obxd", "pitcheddelay", "tal", "stereosourceseparator", "vex", "wolpertinger"); | |||
$menuClasses = array("arctican", "dexed", "drowaudio", "easyssp", "juced", "klangfalter", "lufsmeter", | |||
"luftikus", "mverb", "ndc", "obxd", "pitcheddelay", "tal", "stereosourceseparator", | |||
"vex", "wolpertinger"); | |||
} else { | |||
$menuClasses = array(); | |||
} | |||
@@ -9,50 +9,142 @@ 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/distrho-3bandeq.png" rel="lightbox[miniseries]"><img src="images/screenshots/distrho-3bandeq_thumb.png" alt=""/></a><br/>3-Band EQ | |||
<a href="images/screenshots/distrho-3bandeq.png" rel="lightbox[miniseries]"><img src="images/screenshots/distrho-3bandeq.png" width="200px" alt=""/></a><br/>3-Band EQ | |||
<a href="images/screenshots/distrho-3bandsplitter.png" rel="lightbox[miniseries]" class="hidden"></a> | |||
<a href="images/screenshots/distrho-pingpongpan.png" rel="lightbox[miniseries]" class="hidden"></a> | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>DISTRHO Mini Series</h2> | |||
<p>A small collection of small but useful plugins, based on the good old <a href="http://loser.asseca.com/" target="_blank">LOSER-Dev Plugins</a> (now offline).</p> | |||
<h2>Mini-Series</h2> | |||
<p>A small collection of small but useful plugins, based on the good old "LOSER-Dev Plugins".</p> | |||
<p>This collection currently includes:<br/> | |||
- 3-Band EQ<br/> | |||
- 3-Band Splitter<br/> | |||
- Ping Pong Pan<br/> | |||
</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/Mini-Series" target="_blank">https://github.com/DISTRHO/Mini-Series</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_miniseries" alt="download" /> | |||
<ul class="the_menu the_menu_miniseries"> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-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-mini-series-linux64bit.tar.xz/download" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-win32bit.zip/download" target="_blank">DISTRHO Mini-Series - Windows 32bit</a></li> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mini-series-win64bit.zip/download" target="_blank">DISTRHO Mini-Series - Windows 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-linux32.tar.xz" target="_blank">DISTRHO Mini-Series - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-linux64.tar.xz" target="_blank">DISTRHO Mini-Series - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-macOS.zip" target="_blank">DISTRHO Mini-Series - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-win32.zip" target="_blank">DISTRHO Mini-Series - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-mini-series-win64.zip" target="_blank">DISTRHO Mini-Series - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Nekobi --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/nekobi.png" rel="lightbox[nekobi]"><img src="images/screenshots/distrho-nekobi.png" width="200px" alt=""/></a><br/>Nekobi | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>Nekobi</h2> | |||
<p>Nekobi is a simple single-oscillator synth based on the Roland TB-303.</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/Nekobi" target="_blank">https://github.com/DISTRHO/Nekobi</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_nekobi" alt="download" /> | |||
<ul class="the_menu the_menu_nekobi"> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-linux32.tar.xz" target="_blank">Nekobi - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-linux64.tar.xz" target="_blank">Nekobi - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-macOS.zip" target="_blank">Nekobi - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-win32.zip" target="_blank">Nekobi - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-nekobi-win64.zip" target="_blank">Nekobi - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Kars --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/kars.png" rel="lightbox[kars]"><img src="images/screenshots/distrho-kars.png" width="200px" alt=""/></a><br/>Kars | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>Kars</h2> | |||
<p>Simple karplus-strong plucked string synth.</p> | |||
<p>It implements the basic Karplus-Strong plucked-string synthesis algorithm (Kevin Karplus & Alex Strong, | |||
"Digital Synthesis of Plucked-String and Drum Timbres", Computer Music Journal 1983).</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/Kars" target="_blank">https://github.com/DISTRHO/Kars</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_kars" alt="download" /> | |||
<ul class="the_menu the_menu_kars"> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-linux32.tar.xz" target="_blank">Kars - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-linux64.tar.xz" target="_blank">Kars - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-macOS.zip" target="_blank">Kars - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-win32.zip" target="_blank">Kars - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-kars-win64.zip" target="_blank">Kars - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- glBars --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/glbars.png" rel="lightbox[glbars]"><img src="images/screenshots/distrho-glbars.png" width="200px" alt=""/></a><br/>glBars | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>glBars</h2> | |||
<p>This is an OpenGL bars visualization plugin (as seen in XMMS and XBMC/Kodi).<br/> | |||
Adapted from the jack_glbars project by Nedko Arnaudov.</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/glBars" target="_blank">https://github.com/DISTRHO/glBars</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_glbars" alt="download" /> | |||
<ul class="the_menu the_menu_glbars"> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-linux32.tar.xz" target="_blank">glBars - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-linux64.tar.xz" target="_blank">glBars - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-macOS.zip" target="_blank">glBars - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-win32.zip" target="_blank">glBars - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/distrho-glbars-win64.zip" target="_blank">glBars - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- ProM --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/distrho-prom.png" rel="lightbox[prom]"><img src="images/screenshots/distrho-prom_thumb.png" alt=""/></a><br/>ProM | |||
<a href="images/screenshots/distrho-prom.png" rel="lightbox[prom]"><img src="images/screenshots/distrho-prom.png" width="200px" alt=""/></a><br/>ProM | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>DISTRHO ProM</h2> | |||
<h2>ProM</h2> | |||
<p><a href="http://projectm.sourceforge.net/" target="_blank">projectM</a> is an awesome music visualizer.</p> | |||
<p>DISTRHO ProM makes it work as an audio plugin (LV2 and VST).</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/ProM" target="_blank">https://github.com/DISTRHO/ProM</a></p> | |||
<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><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> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux32bit.tar.xz/download" target="_blank">DISTRHO ProM - 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 ProM - Linux 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
@@ -30,6 +30,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Dexed --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -54,6 +56,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- dRowAudio Plugins --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -81,6 +85,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- EasySSP --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -104,6 +110,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Juced Plugins --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -130,6 +138,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- KlangFalter --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -162,6 +172,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- LUFS Meter --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -185,6 +197,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Luftikus --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -208,11 +222,13 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- MVerb --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/mverb.png" rel="lightbox[mverb]"><img src="images/screenshots/mverb_thumb.png" alt=""/></a><br/>MVerb | |||
<a href="images/screenshots/mverb.png" rel="lightbox[mverb]"><img src="images/screenshots/mverb.png" width="200px" alt=""/></a><br/>MVerb | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
@@ -221,41 +237,59 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
<p>MVerb is a studio quality, open-source reverb.</p> | |||
<p>Its release was intended to provide a practical demonstration of Dattorro’s figure-of-eight reverb structure and | |||
provide the open source community with a high quality reverb.</p> | |||
<p>Port project page: <a href="https://github.com/DISTRHO/MVerb" target="_blank">https://github.com/DISTRHO/MVerb</a></p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/MVerb" target="_blank">https://github.com/DISTRHO/MVerb</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_mverb" alt="download" /> | |||
<ul class="the_menu the_menu_mverb"> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mverb-linux32bit.tar.xz/download" target="_blank">MVerb - Linux 32bit</a></li> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-mverb-linux64bit.tar.xz/download" target="_blank">MVerb - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/mverb-linux32.tar.xz" target="_blank">MVerb - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/mverb-linux64.tar.xz" target="_blank">MVerb - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/mverb-macOS.zip" target="_blank">MVerb - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/mverb-win32.zip" target="_blank">MVerb - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/mverb-win64.zip" target="_blank">MVerb - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<!-- Nekobi --> | |||
<hr/> | |||
<!-- ndc-Plugs --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
<p style="font-size:0.8em; text-align:right"> | |||
<a href="images/screenshots/nekobi.png" rel="lightbox[nekobi]"><img src="images/screenshots/nekobi_thumb.png" alt=""/></a><br/>Nekobi | |||
<a href="images/screenshots/ndc-amplitudeimposer.png" rel="lightbox[ndc]" class="hidden"></a> | |||
<a href="images/screenshots/ndc-cycleshifter.png" rel="lightbox[ndc]" class="hidden"></a> | |||
<a href="images/screenshots/ndc-soulforce.png" rel="lightbox[ndc]"><img src="images/screenshots/ndc-soulforce.png" width="200px" alt=""/></a><br/>Soul Force | |||
</p> | |||
</aside> | |||
<section class="content"> | |||
<article> | |||
<h2>Nekobi</h2> | |||
<p>Nekobi is a simple single-oscillator synth based on the Roland TB-303.</p> | |||
<p>Port project page: <a href="https://github.com/DISTRHO/Nekobi" target="_blank">https://github.com/DISTRHO/Nekobi</a></p> | |||
<h2>ndc-Plugs</h2> | |||
<p>DPF'ied ports of some plugins from Niall Moody.<br/> | |||
See <a href="http://www.niallmoody.com/ndcplugs/plugins.htm" target="_blank">http://www.niallmoody.com/ndcplugs/plugins.htm</a> for the original author's page.</p> | |||
<p>This collection currently includes:<br/> | |||
- Amplitude Imposer<br/> | |||
- Cycle Shifter<br/> | |||
- Soul Force<br/> | |||
</p> | |||
<p>Project page: <a href="https://github.com/DISTRHO/ndc-Plugs" target="_blank">https://github.com/DISTRHO/ndc-Plugs</a></p> | |||
<div class="button"> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_nekobi" alt="download" /> | |||
<ul class="the_menu the_menu_nekobi"> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-nekobi-linux32bit.tar.xz/download" target="_blank">Nekobi - Linux 32bit</a></li> | |||
<li><a href="http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-nekobi-linux64bit.tar.xz/download" target="_blank">Nekobi - Linux 64bit</a></li> | |||
<img src="images/download_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_ndc" alt="download" /> | |||
<ul class="the_menu the_menu_mverb"> | |||
<li><a href="<?php echo $URL_DPF ?>/ndc-plugins-linux32.tar.xz" target="_blank">ndc-Plugs - Linux 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/ndc-plugins-linux64.tar.xz" target="_blank">ndc-Plugs - Linux 64bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/ndc-plugins-macOS.zip" target="_blank">ndc-Plugs - macOS</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/ndc-plugins-win32.zip" target="_blank">ndc-Plugs - Windows 32bit</a></li> | |||
<li><a href="<?php echo $URL_DPF ?>/ndc-plugins-win64.zip" target="_blank">ndc-Plugs - Windows 64bit</a></li> | |||
</ul> | |||
</div> | |||
</article> | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Obxd --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -280,6 +314,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Pitched Delay --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -303,6 +339,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Stereo Source Separator --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -326,6 +364,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- TAL Plugins --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -358,6 +398,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Vex --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||
@@ -380,6 +422,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; | |||
</section> | |||
</div></div> | |||
<hr/> | |||
<!-- Wolpertinger --> | |||
<div class="inside"><div class="wrapper"> | |||
<aside> | |||