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.

103 lines
3.5KB

  1. <?php
  2. $CURRENT_PAGE = "index";
  3. include "inc_header.php";
  4. ?>
  5. <!-- #gallery -->
  6. <!--
  7. <section id="gallery">
  8. <div class="container" style="padding-top:60px">
  9. <div class="rslides_container">
  10. <ul class="rslides" id="slider1">
  11. <li><img src="images/slider/mini-series.jpg" alt=""></li>
  12. <li><img src="images/slider/drowaudio.jpg" alt=""></li>
  13. <li><img src="images/slider/klangfalter.jpg" alt=""></li>
  14. <li><img src="images/slider/pitcheddelay.jpg" alt=""></li>
  15. <li><img src="images/slider/tal-plugins.jpg" alt=""></li>
  16. </ul>
  17. </div>
  18. </div>
  19. </section>
  20. -->
  21. <!-- /#gallery -->
  22. <div class="main-box">
  23. <div class="container home">
  24. <!-- aside -->
  25. <aside class="aside">
  26. <h2>Recent <span>News</span></h2>
  27. <!-- .news -->
  28. <ul class="news">
  29. <li>
  30. <figure><strong>13 Mar</strong><p>2018<p></figure>
  31. <div class="content">
  32. <h3>New release and fixes</h3>
  33. <p>New plugins, lots of internal changes.</p>
  34. </div>
  35. </li>
  36. <li>
  37. <figure><strong>26 Aug</strong><p>2014<p></figure>
  38. <div class="content">
  39. <h3>New plugins and minor fixing</h3>
  40. <p>4 new Linux ports and minor fixes.</p>
  41. </div>
  42. </li>
  43. <li>
  44. <figure><strong>16 July</strong><p>2014<p></figure>
  45. <div class="content">
  46. <h3>New release pack</h3>
  47. <p>Lots of new plugins and fixes!</p>
  48. </div>
  49. </li>
  50. <li>
  51. <figure><strong>18 May</strong><p>2012<p></figure>
  52. <div class="content">
  53. <h3>New release pack</h3>
  54. <p>We just released our own custom plugins and more ports now with LV2 versions.</p>
  55. </div>
  56. </li>
  57. </ul>
  58. <!-- /.news -->
  59. </aside>
  60. <!-- /aside (left) -->
  61. <!-- content -->
  62. <section id="content"><article>
  63. <h2>Welcome to <span>DISTRHO</span></h2>
  64. <p>
  65. DISTRHO is an open-source project for <b>Cross-Platform Audio Plugins</b>.<br/>
  66. </p>
  67. <p>
  68. The project are split into 3 main categories:
  69. </p>
  70. <div class="padded-left">
  71. <h3>DPF-Plugins</h3>
  72. <p>
  73. Plugins made with our own plugin framework,
  74. either created by us or ports of existing plugins to DPF style.<br/>
  75. Typically available as LV2, VST2 and VST3, with LADSPA and DSSI as well where possible.
  76. </p>
  77. <h3>DIE-Plugins</h3>
  78. <p>
  79. Plugins imported into the DISTRHO project for easy packaging.<br/>
  80. Imported plugins have their LV2 bundle and URIs renamed, in order to make them compatible with the originals.<br/>
  81. Currently only available as LV2.
  82. </p>
  83. <h3>DISTRHO-Ports</h3>
  84. <p>
  85. JUCE-based plugins ported to Linux and LV2, also available as VST2 and sometimes VST3.
  86. </p>
  87. </div>
  88. <p>
  89. Everything we release is <b>free and open-source</b>.<br/>
  90. You can find the source code for all the plugins, ports and even this website at
  91. <a href="https://github.com/DISTRHO" target="_blank">https://github.com/DISTRHO</a>.
  92. </p>
  93. </article></section>
  94. <!-- /content -->
  95. </div></div>
  96. <?php
  97. include "inc_footer.php";
  98. ?>