Browse Source

Update news

pull/12/head
falkTX 7 years ago
parent
commit
98357310c8
2 changed files with 102 additions and 27 deletions
  1. +89
    -14
      News.php
  2. +13
    -13
      includes/footer.php

+ 89
- 14
News.php View File

@@ -17,25 +17,100 @@ include_once("includes/header.php");
On <i>2017-06-17</i> by<i> falkTX</i>
</p>
<p>
intro here<br/>
With some minor things finally done and all reported bugs squashed, it's time to tag a new release of DPF-Plugins.<br/>
<a href="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1_crop.png" alt=""/>
</a>
</p>
<p>
It's v1.1, but v1.0 not really adversited/publicized before.<br/>
1.0 was slightly rushed?<br/>
<br/>
with all reported bugs squashed, it is time for a release.<br/>
also dpf might will get some changes, better to have this tagged<br/>
<br/>
so, as this is the first time I show off the plugins here, let's go through them a little bit...<br/>
<br/>
miniseries, nekobi, etc<br/>
<br/>
changes since 1.0.<br/>
<br/>
source and binaries can be downloaded here...
The initial 1.0 version was not really advertised/publicized before, as there were still a few things I wanted done first
- but they were already usable as-is.<br/>
The base framework used by these plugins (DPF) will get some deep changes soon, so better to have this release out now.
</p>
<p>
I will not write a changelog here, it was just many small changes here and there for all the plugins since v1.0.<br/>
Just think of this release as the initial one. :P
</p>
<p>
The source code plus Linux, macOS and Windows binaries can be downloaded at
<a href="https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1" target="_blank">
https://github.com/DISTRHO/DPF-Plugins/releases/tag/v1.1</a>.<br/>
The plugins are released as LADSPA, DSSI, LV2, VST2 and JACK standalone.<br/>
</p>
<p>
As this is the first time I show off the plugins like this, let's go through them a little bit...<br/>
The order shown is more or less the order in which they were made.<br/>
Note that most plugins here were made/ported as a learning exercise, so not everything is new.<br/>
Many thanks to Ant&oacute;nio Saraiva for the design of some of these interfaces!
</p>

<h3>Mini-Series</h3>
<p>
This is a collection of small but useful plugins, based on the good old LOSER-Dev Plugins.<br/>
This collection currently includes 3 Band EQ, 3 Band Splitter and Ping Pong Pan.<br/>
<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/3BandEQ/Screenshot.png" alt="3bandeq"/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/3BandSplitter/Screenshot.png" alt="3bandsplitter"/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/PingPongPan/Screenshot.png" alt="pingpongpan"/>
</p>

<h3>MVerb</h3>
<p>
Studio quality, open-source reverb.<br/>
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.<br/>
This is a DPF'ied build of the original
<a href="https://github.com/martineastwood/mverb/" target="_blank">MVerb</a>
plugin, allowing a proper Linux version with UI.<br/>
<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/MVerb/Screenshot.png" alt="mverb"/>
</p>

<h3>Nekobi</h3>
<p>
Simple single-oscillator synth based on the Roland TB-303.<br/>
This is a DPF'ied build of the
<a href="https://github.com/gordonjcp/nekobee" target="_blank">nekobee</a>
project, allowing LV2 and VST builds of the plugin, plus a nicer UI with a simple cat animation. ;)<br/>
<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/Nekobi/Screenshot.png" alt="nekobi"/>
</p>

<h3>Kars</h3>
<p>
Simple karplus-strong plucked string synth.<br/>
This is a DPF'ied build of the karplong DSSI example synth, written by Chris Cannam.<br/>
It implements the basic Karplus-Strong plucked-string synthesis algorithm (Kevin Karplus &amp; Alex Strong, "Digital Synthesis of Plucked-String and Drum Timbres", Computer Music Journal 1983).<br/>
<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/Kars/Screenshot.png" alt="kars"/>
</p>

<h3>ndc-Plugs</h3>
<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.<br/>
This collection currently includes Amplitude Imposer, Cycle Shifter and Soul Force plugins.<br/>
<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/AmplitudeImposer/Screenshot.png" alt="amplitudeimposer"/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/CycleShifter/Screenshot.png" alt="cycleshifter"/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/SoulForce/Screenshot.png" alt="soulforce"/>
</p>

<h3>ProM</h3>
<p>
<a href="http://projectm.sourceforge.net/" target="_blank">projectM</a> is an awesome music visualizer.<br/>
This plugin makes it work as an audio plugin (LV2 and VST).<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/ProM/Screenshot.png" alt="prom"/>
</p>

<h3>glBars</h3>
<p>
This is an OpenGL bars visualization plugin (as seen in XMMS and XBMC/Kodi).<br/>
Adapted from the
<a href="https://github.com/nedko/jack_glbars/">jack_glbars</a>
project by Nedko Arnaudov.<br/>
<img src="https://raw.githubusercontent.com/DISTRHO/DPF-Plugins/master/plugins/glBars/Screenshot.png" alt="glbars"/>
</p>

<hr/>


+ 13
- 13
includes/footer.php View File

@@ -30,31 +30,31 @@
<div class="column grid_3 alpha">
<div class="box box-shadow alpha clear-both navigation">
<h2 class="box-header"> <a href="<?php echo $ROOT; ?>/News" style="color: #aaf;">News</a> </h2>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=carla-20-beta5-is-here">
<b>Carla 2.0-beta5 is here!</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="" width="150px"/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=dpf-plugins-v11-released">
<b>DPF-Plugins v1.1</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1.png" alt="" width="150px"/>
</a>
<p>
The 5th beta of the upcoming Carla 2.0 release.
With all reported bugs squashed, it's time to tag a new release of DPF-Plugins.<br/>
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=changes-in-kxstudio-repositories">
<b>Changes in KXStudio repositories</b><br/>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-14045-release-and-future-plans">
<b>KXStudio 14.04.5 release and future plans</b><br/>
</a>
<p>
SHA1 keys issue fix coming soon.<br/>
Qt5 audio packages coming afterwards.
It's time for another KXStudio ISO release!<br/>
KXStudio 14.04.5 is here!
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-website-has-moved">
<b>KXStudio Website has moved</b><br/>
<a href="<?php echo $ROOT; ?>/News/?action=view&url=carla-20-beta5-is-here">
<b>Carla 2.0-beta5</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/carla.png" alt="" width="150px"/>
</a>
<p>
You can now find the KXStudio website at <a href="http://kxstudio.linuxaudio.org/">
kxstudio.linuxaudio.org.</a><br/>
Also the KXStudio repositories have do not use sourceforge anymore.
The 5th beta of the upcoming Carla 2.0 release.
</p>
</div>
</div>


Loading…
Cancel
Save