EasySSP
+Easy Sound Space Perception is a small and lightweight audio visualization tool, which currently provides spectrometer and goniometer views.
+Official website: http://au.tomatl.org/essp
+ +diff --git a/inc_header.php b/inc_header.php index 633c7f4..a9d57f1 100644 --- a/inc_header.php +++ b/inc_header.php @@ -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(); ?> diff --git a/index.php b/index.php index 3c4ac16..ebae60d 100644 --- a/index.php +++ b/index.php @@ -25,6 +25,11 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
2014
4 new Linux ports and minor fixes.
+2014
We updated the Linux ports, and added a few more too.
2011
Standalone versions of the Arctican and TAL Plugins.
-2014
In this release we bring 4 new Linux plugin ports:
+ - EasySSP
+ - LUFS Meter
+ - Luftikus
+ - Stereo Source Separator
+
The DPF-based plugins also had some minor fixes:
+ - 3BandEQ/Splitter had its sliders inverted, now fixed
+ - ProM now has pre-compiled linux binaries; UI can be resized by using - and + keys
+ - MVerb knobs order has been fixed
+ - Allow to open UI in LV2 hosts that don't support options feature (Ingen)
+ - Workaround for some VST hosts that don't set sample rate during init (Ardour3 and energyXT)
+
2014
Easy Sound Space Perception is a small and lightweight audio visualization tool, which currently provides spectrometer and goniometer views.
+Official website: http://au.tomatl.org/essp
+ +The LUFS Meter plugin measures loudness similar to the human perception of loudness.
+Official website: http://www.klangfreund.com/lufsmeter/
+ +Luftikus is a digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost. + As an improvement to the hardware it allows deeper cuts and supports a keep-gain mode where overall gain changes are avoided.
+ +This is a plugin that uses the spatial information hidden in the stereo signal to accomplish source separation.
+Official project page: https://github.com/laixinyuan/StereoSourceSepartion
+ +