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.

75 lines
2.9KB

  1. <?php
  2. $CURRENT_PAGE = "index";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <!-- #gallery -->
  6. <section id="gallery">
  7. <div class="container" style="padding-top:60px;">
  8. <div class="rslides_container">
  9. <ul class="rslides" id="slider1">
  10. <li><img src="slider/mini-series.jpg" alt=""></li>
  11. <li><img src="slider/drowaudio.jpg" alt=""></li>
  12. <li><a href="tal_plugins.php"><img src="slider/tal-plugins.jpg" alt=""></a></li>
  13. <li><img src="slider/pitcheddelay.jpg" alt=""></li>
  14. <li><img src="slider/klangfalter.jpg" alt=""></li>
  15. </ul>
  16. </div>
  17. </div>
  18. </section>
  19. <!-- /#gallery -->
  20. <div class="main-box"><div class="container"><div class="inside"><div class="wrapper">
  21. <!-- aside -->
  22. <aside class="homeAside">
  23. <h2>Recent <span>News</span></h2>
  24. <!-- .news -->
  25. <ul class="news">
  26. <li>
  27. <figure><strong>18 May</strong><p>2012<p></figure>
  28. <h3>New release pack</h3>
  29. <p>We just released our own custom plugins and more ports now with LV2 versions</p>
  30. </li>
  31. <li>
  32. <figure><strong>07 Oct</strong><p>2011<p></figure>
  33. <h3>Updated ports, added more</h3>
  34. <p>We updated the Linux ports, and added a few more too.</p>
  35. </li>
  36. <li>
  37. <figure><strong>13 Sept</strong><p>2011<p></figure>
  38. <h3>Standalone versions</h3>
  39. <p>Standalone versions of the Arctican and TAL Plugins.</p>
  40. </li>
  41. <li>
  42. <figure><strong>13 Sept</strong><p>2011<p></figure>
  43. <h3>Arctican Plugins - Linux Port</h3>
  44. <p>These simple but useful plugins were ported to Linux.</p>
  45. </li>
  46. </ul>
  47. <!-- /.news -->
  48. </aside>
  49. <!-- content -->
  50. <section id="content">
  51. <article>
  52. <h2>Welcome to <span>DISTRHO</span></h2>
  53. <p>
  54. DISTRHO is an open-source project that provides Cross-Platform Audio Plugins, using <a href="http://www.rawmaterialsoftware.com/juce.php" target="_blank">Juce</a> and <a href="http://qt.nokia.com/products/" target="_blank">Qt4</a>.<br/>
  55. Our main target platform is Linux, but we support Windows and Mac too.
  56. </p>
  57. <p>
  58. We provide our own <a href="plugin.php">plugins</a> and <a href="ports.php">Linux ports</a>, everything being open-source.<br/>
  59. Standalones, LV2 and VST versions are available whenever possible.
  60. </p>
  61. <p>
  62. The latest release is '2012-05-18'. You can find the source code <a href="http://sourceforge.net/projects/distrho/files/" target="_blank">here</a>, together with pre-compiled binaries.<br/>
  63. Please check the respective <a href="plugin.php">plugins</a> and <a href="ports.php">[Linux] ports</a> sections to know more about those.
  64. </p>
  65. </article>
  66. </section>
  67. </div></div></div></div>
  68. <?php
  69. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  70. ?>