You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

168 lines
8.2KB

  1. <?php
  2. $CURRENT_PAGE = "news";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <div class="main-box"><div class="container"><div class="inside"><div class="wrapper">
  6. <h2>News</h2>
  7. <ul class="news">
  8. <li>
  9. <figure><strong>13 Mar</strong><p>2018</p></figure>
  10. <h2 class="pointer">New major release</h2>
  11. <p>
  12. A new release after years without one!<br/>
  13. A lot of changes happened on the underlying plugin frameworks (DPF and Juce).<br/>
  14. We also updated the way updates are handled, so it will be less work for next time<br/>
  15. (and thus, hopefully, have updates more often from now on)
  16. </p>
  17. <p>
  18. The amount of changes in the plugin frameworks is so big (it has been 4 years since last release!),<br/>
  19. that we are not going to write about them in detail.<br/>
  20. But the major highlights follow below.
  21. </p>
  22. <p>
  23. The following new Linux ports were added: (LV2 and VST)<br/>
  24. - JuceOPL<br/>
  25. - ReFine<br/>
  26. </p>
  27. <p>
  28. The DPF-based plugins had some changes too:<br/>
  29. - glBars added<br/>
  30. - Kars added<br/>
  31. - ndc-Plugs added<br/>
  32. - A new DPF-Plugins git repo was created, for easy packaging of all our plugins<br/>
  33. - MAX gen~ based plugins can be created, see
  34. <a href="https://github.com/DISTRHO/DPF-Max-Gen" target="_blank">this link</a><br/>
  35. </p>
  36. <p>
  37. Since last release, a few projects have appeared that use DPF. Here's a few:<br/>
  38. - <a href="https://gitlab.com/ftz/chiptune/" target="_blank">
  39. FTZ Chiptune</a> - Collection of basic waveform synths<br/>
  40. - <a href="https://github.com/rghvdberg/ninjas/" target="_blank">
  41. Ninjas</a> - Sample Slicing Plugin<br/>
  42. - <a href="https://github.com/pdesaulniers/wolf-shaper/" target="_blank">
  43. Wolf-Shaper</a> - Waveshaper with graph editor<br/>
  44. - <a href="http://www.zamaudio.com/?p=976" target="_blank">
  45. ZamAudio plugin collection</a><br/>
  46. - <a href="http://zynaddsubfx.sourceforge.net/" target="_blank">ZynAddSubFX</a>,
  47. uses DPF for its plugin support<br/>
  48. </p>
  49. <p>
  50. Other small changes relevant to the project:<br/>
  51. - Nekobi moved to plugins (used to be in ports), as original developer is happy with it<br/>
  52. &nbsp;&nbsp;&nbsp;(and has RW access to our git repo too)<br/>
  53. - The DPF "framework" has evolved with JACK Standalone export, Transport sync among other things<br/>
  54. </p>
  55. <p><a href="https://www.kvraudio.com/forum/viewtopic.php?f=191&t=504728" target="_blank">Comments and discussion</a>
  56. </li>
  57. <li>
  58. <figure><strong>26 Aug</strong><p>2014</p></figure>
  59. <h2 class="pointer">New plugins and minor fixing</h2>
  60. <p>In this release we bring 4 new Linux plugin ports:<br/>
  61. - EasySSP<br/>
  62. - LUFS Meter<br/>
  63. - Luftikus<br/>
  64. - Stereo Source Separator<br/>
  65. </p>
  66. <p>The DPF-based plugins also had some minor fixes:<br/>
  67. - 3BandEQ/Splitter had its sliders inverted, now fixed<br/>
  68. - ProM now has pre-compiled linux binaries; UI can be resized by using - and + keys<br/>
  69. - MVerb knobs order has been fixed<br/>
  70. - Allow to open UI in LV2 hosts that don't support options feature (Ingen)<br/>
  71. - Workaround for some VST hosts that don't set sample rate during init (Ardour3 and energyXT)<br/>
  72. </p>
  73. <p><a href="http://www.kvraudio.com/forum/viewtopic.php?t=419123" target="_blank">Comments and discussion</a>
  74. </li>
  75. <li>
  76. <figure><strong>16 July</strong><p>2014</p></figure>
  77. <h2 class="pointer">New release pack (2014-07-16)</h2>
  78. <p>In this release we cleaned up all the plugins, added new ones and removed those that we not considered good enough.<br/>
  79. Standalones are no longer available. Highlife was removed as a requested by its authors.</p>
  80. <p>The plugins we added to Ports are:<br/>
  81. - Dexed<br/>
  82. - KlangFalter<br/>
  83. - MVerb<br/>
  84. - Nekobi<br/>
  85. - Obxd<br/>
  86. - PitchedDelay<br/>
  87. </p>
  88. <p>Additionally we made a new plugin - ProM - a music visualizer as audio plugin based on projectm.</p>
  89. <p><a href="http://www.kvraudio.com/forum/viewtopic.php?t=416058" target="_blank">Comments and discussion</a>
  90. </li>
  91. <li>
  92. <figure><strong>18 May</strong><p>2012</p></figure>
  93. <h2 class="pointer">New release pack (2012-05-18)</h2>
  94. <p>We just released our very first audio plugins (3BandEQ/Splitter and PingPongPan), and added a few more Linux ports (dRowAudio Plugins, Juced Plugins, Highlife and more!).<br/>
  95. This release brings LV2 support for all plugins.</p>
  96. <p><a href="http://www.kvraudio.com/forum/viewtopic.php?t=350181" target="_blank">Comments and discussion</a>
  97. </li>
  98. <li>
  99. <figure><strong>07 Oct</strong><p>2011</p></figure>
  100. <h2>Updated Linux ports, and added a few more</h2>
  101. <p>We just updated all our available plugins/ports (so far only the TAL and Arctican ports), so they can work on older systems.<br/>
  102. Previously they were built with "-march=native", making them unusable on older machines.<br/>
  103. Now all plugins are compiled with "-mtune=generic -msse", using gcc-4.4.<br/>
  104. If the previous versions were working for you, don't bother downloading the new zip files.<br/></p>
  105. <p>We added a few more Linux ports, and some already made Linux VSTs, just for convenience.<br/>
  106. The plugins we added to Ports are:<br/>
  107. - Argotlunar<br/>
  108. - HybridReverb2<br/>
  109. - Juce Pitcher<br/>
  110. - midilfo (Standalone only)<br/>
  111. - sDelay<br/>
  112. - sorollet (VST only)<br/>
  113. - Wolpertiner<br/>
  114. </p>
  115. </li>
  116. <li>
  117. <figure><strong>13 Sept</strong><p>2011</p></figure>
  118. <h2>Standalone versions</h2>
  119. <p>Standalone versions of the Arctican and TAL Plugins ports are now available.<br/>
  120. They are useful if your favourite host does not support VST plugins yet.<br/>
  121. They are also useful for packaging into distributions because they don't require any restricted code to build (like the VST-SDK).<br/>
  122. These standalone versions can work with ALSA or JACK.</p>
  123. </li>
  124. <li>
  125. <figure><strong>13 Sept</strong><p>2011</p></figure>
  126. <h2>Arctican Plugins - Linux Port</h2>
  127. <p>These simple but useful plugins were ported to Linux, now available to download for both 32bit and 64bit systems.<br/>
  128. In the pack you will find Arctican "The Function" and "The Pilgrim".</p>
  129. </li>
  130. <li>
  131. <figure><strong>07 Sept</strong><p>2011</p></figure>
  132. <h2>TAL Plugins - Linux Port</h2>
  133. <p>This is our just job, and we're very excited about it.<br/>
  134. The awesome TAL plugins (those who use the Juce toolkit) were compiled for Linux, both in 32bit and 64bit form.<br/>
  135. In the pack you will find TAL Dub 3, Filter 1 &amp; 2, Reverb 1 &amp; 2&amp; 3, Vocoder 2 and NoiseMaker.</p>
  136. </li>
  137. <li>
  138. <figure><strong>05 Sept</strong><p>2011</p></figure>
  139. <h2>Website online</h2>
  140. <p>The DISTRHO website is now online. It's based on a simple and free HTML5 template from TemplateMonster.com.<br/>
  141. The overall look of the website might change during our first days, but after a few plugins get released, it should be all set.<br/>
  142. We're alive and here to rock your world!</p>
  143. </li>
  144. <li>
  145. <figure><strong>27 Apr</strong><p>2011</p></figure>
  146. <h2>SourceForge project created</h2>
  147. <p>The name came out of an IRC conversation, where everyone was shouting out names for this new project.<br/>
  148. The '<b>DISTRHO</b>' name was picked, and the project was created just a few days later.<br/>
  149. You can go to the project page by clicking <a href="https://sourceforge.net/projects/distrho/">here.</a></p>
  150. </li>
  151. </ul>
  152. </div></div></div></div>
  153. <?php
  154. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  155. ?>