diff --git a/about.php b/about.php index c280a8f..f582919 100644 --- a/about.php +++ b/about.php @@ -8,12 +8,9 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php"; @@ -21,22 +18,28 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

About The Team

- -
diff --git a/css-black/style.css b/css-black/style.css index b594949..75a8ba0 100644 --- a/css-black/style.css +++ b/css-black/style.css @@ -42,6 +42,32 @@ html, body { height:100%;background-color:#1E1F1F; } overflow:hidden; background:url(../images/gallerry-bg_black.jpg) 0 0 repeat-x; } + .individual_plugin_container{ + position:absolute; + left:0; + top:60px; + } + .text_download{ + /*font-family: 'Cutive Mono', sans-serif;*/ + z-index:100; + position:absolute; + color:#cfcdcd; + font-size:100%; + left:45px; + top:215px; + } + .text_download a{ + color:#cfcdcd; + } + .text_download a:hover{ + color:#9eb2c5; + } + .linuxLogo{ + background:url(../images/logo_linux.png) 100% 0 no-repeat; + } + .windowsLogo{ + background:url(../images/windowsLogo.png) 50% 0 no-repeat; + } /* Content */ .content { @@ -86,7 +112,7 @@ html, body { height:100%;background-color:#1E1F1F; } } /* The inside class provides consistent padding. To be used often! */ -.inside{ padding: 32px 37px 50px 37px; } +.inside{ padding: 20px 37px 30px 37px; } .imagebox{ padding:50px 0px 0px 0px;} @@ -161,7 +187,7 @@ h1 { /* background:url(../images/logo.png) no-repeat 0 0;*/ padding:6px 0 8px 0px; position:absolute; - left:39px; + left:0px; top:6px; } @@ -220,9 +246,6 @@ h3 { text-decoration:none; } - - - /*==================boxes====================*/ .main-box { border-top:5px solid #040404; diff --git a/css-white/reset.css b/css-white/reset.css index bb5eab0..7a183b7 100644 --- a/css-white/reset.css +++ b/css-white/reset.css @@ -25,7 +25,8 @@ var{ padding: 0; border: 0; outline: 0; - vertical-align: top; } + vertical-align: top; +} ol, ul { list-style: none; diff --git a/css-white/style.css b/css-white/style.css index 9d7c3cd..52c87f9 100644 --- a/css-white/style.css +++ b/css-white/style.css @@ -1,13 +1,13 @@ /* Getting the new tags to behave */ article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; } -mark, rp, rt, ruby, summary, time{ display: inline } +mark, rp, rt, ruby, summary, time { display: inline; } /* Global properties ======================================================== */ body { background:#F4F4F4; font-family: 'Raleway', sans-serif; - font-weight: 200; - font-size:120%; + font-weight: 200; + font-size:100%; line-height:1.125em; color: #272727/*#7A7A7A*/; } @@ -51,18 +51,16 @@ html, body { height:100%;background-color:#1E1F1F;} /*font-family: 'Cutive Mono', sans-serif;*/ z-index:100; position:absolute; - color:#cfcdcd; + color:#cfcdcd; /* FIXME */ font-size:100%; left:45px; top:215px; } .text_download a{ - - color:#cfcdcd; + color:#cfcdcd; /* FIXME */ } .text_download a:hover{ - color:#9eb2c5; - + color:#9eb2c5; /* FIXME */ } .linuxLogo{ background:url(../images/logo_linux.png) 100% 0 no-repeat; @@ -70,24 +68,12 @@ html, body { height:100%;background-color:#1E1F1F;} .windowsLogo{ background:url(../images/windowsLogo.png) 50% 0 no-repeat; } + /* Content */ .content { float: left; width: 572px; } - .content_463 { - float: left; - width: 443px; - padding-right:20px; - } - .content_463 img { - margin-bottom:15px; - } - - .padlef50{ - - padding: 0 0 0 20px; - } /* Sidebar */ aside{ diff --git a/images/about_black.png b/images/about_black.png deleted file mode 100644 index 9a65b81..0000000 Binary files a/images/about_black.png and /dev/null differ diff --git a/images/about_white.png b/images/about_white.png deleted file mode 100644 index 60cb85b..0000000 Binary files a/images/about_white.png and /dev/null differ diff --git a/images/screenshots/dexed.png b/images/screenshots/dexed.png new file mode 100644 index 0000000..6a22bbf Binary files /dev/null and b/images/screenshots/dexed.png differ diff --git a/images/screenshots/dexed_thumb.png b/images/screenshots/dexed_thumb.png new file mode 100644 index 0000000..2706a24 Binary files /dev/null and b/images/screenshots/dexed_thumb.png differ diff --git a/images/screenshots/distrho-prom.png b/images/screenshots/distrho-prom.png new file mode 100644 index 0000000..6747576 Binary files /dev/null and b/images/screenshots/distrho-prom.png differ diff --git a/images/screenshots/distrho-prom_thumb.png b/images/screenshots/distrho-prom_thumb.png new file mode 100644 index 0000000..938cc69 Binary files /dev/null and b/images/screenshots/distrho-prom_thumb.png differ diff --git a/images/screenshots/juced-drumsynth.png b/images/screenshots/juced-drumsynth.png new file mode 100644 index 0000000..bf29cb9 Binary files /dev/null and b/images/screenshots/juced-drumsynth.png differ diff --git a/images/screenshots/juced-drumsynth_thumb.png b/images/screenshots/juced-drumsynth_thumb.png new file mode 100644 index 0000000..eff5831 Binary files /dev/null and b/images/screenshots/juced-drumsynth_thumb.png differ diff --git a/images/screenshots/klangfalter_thumb.png b/images/screenshots/klangfalter_thumb.png new file mode 100644 index 0000000..1d71687 Binary files /dev/null and b/images/screenshots/klangfalter_thumb.png differ diff --git a/images/screenshots/mverb.png b/images/screenshots/mverb.png new file mode 100644 index 0000000..121d907 Binary files /dev/null and b/images/screenshots/mverb.png differ diff --git a/images/screenshots/mverb_thumb.png b/images/screenshots/mverb_thumb.png new file mode 100644 index 0000000..83b2e18 Binary files /dev/null and b/images/screenshots/mverb_thumb.png differ diff --git a/images/screenshots/nekobi.png b/images/screenshots/nekobi.png new file mode 100644 index 0000000..b6d50a2 Binary files /dev/null and b/images/screenshots/nekobi.png differ diff --git a/images/screenshots/nekobi_thumb.png b/images/screenshots/nekobi_thumb.png new file mode 100644 index 0000000..be58dc3 Binary files /dev/null and b/images/screenshots/nekobi_thumb.png differ diff --git a/images/screenshots/obxd_thumb.png b/images/screenshots/obxd_thumb.png new file mode 100644 index 0000000..9cfb73d Binary files /dev/null and b/images/screenshots/obxd_thumb.png differ diff --git a/images/screenshots/pitcheddelay_thumb.png b/images/screenshots/pitcheddelay_thumb.png new file mode 100644 index 0000000..a124680 Binary files /dev/null and b/images/screenshots/pitcheddelay_thumb.png differ diff --git a/inc_footer.php b/inc_footer.php index c8f3e2e..97a054d 100644 --- a/inc_footer.php +++ b/inc_footer.php @@ -3,7 +3,7 @@
" method="post"> - +

© 2012-2014 DISTRHO    Sponsored by KXStudio   |   All the plugins and linux ports here are free, please consider a donation if possible.

diff --git a/index.php b/index.php index d2d8265..2875713 100644 --- a/index.php +++ b/index.php @@ -8,11 +8,11 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
    -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
@@ -25,14 +25,19 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

Recent News

@@ -59,12 +59,14 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

We provide our own plugins and Linux ports, everything being open-source.
- LADSPA, DSSI, LV2 and VST versions are available for our own plugins, while the Linux ports have LV2 and VST. + LV2 and VST versions are always available, sometimes with LADSPA and DSSI as well. +

+

+ The last release is '2014-07-TODO'.
+ You can find the entire source code at https://github.com/DISTRHO/.

- The last release is '2012-05-18'.
- You can find the source code here, together with pre-compiled binaries.
- Please check the plugins and [Linux] ports sections to know more about those. + Check the plugins and [Linux] ports sections to see the full list or download binaries.

diff --git a/news.php b/news.php index 2b9029b..dd0824b 100644 --- a/news.php +++ b/news.php @@ -7,9 +7,26 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

News

diff --git a/plugins.php b/plugins.php index 4c22d78..6b3fcab 100644 --- a/plugins.php +++ b/plugins.php @@ -17,13 +17,11 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

DISTRHO Mini Series

-

A small collection of small but useful plugins, based on the good old LOSER-Dev Plugins.

-

This collection currently includes: -

    -
  • 3-Band EQ -
  • 3-Band Splitter -
  • Ping Pong Pan -
+

A small collection of small but useful plugins, based on the good old LOSER-Dev Plugins (now offline).

+

This collection currently includes:
+ - 3-Band EQ
+ - 3-Band Splitter
+ - Ping Pong Pan

.png" width="92" height="16" class="menu_class_miniseries" /> @@ -51,7 +49,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

DISTRHO ProM makes it work as an audio plugin (LV2 and VST).

.png" width="92" height="16" class="menu_class_prom" /> -
    +
    • DISTRHO ProM - Linux
    • diff --git a/ports.php b/ports.php index 2ea25d3..e62962b 100644 --- a/ports.php +++ b/ports.php @@ -44,8 +44,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      Dexed

      -

      Dexed is a plugin synth that is closely modeled on the Yamaha DX7.

      -

      The goal of this synth is to be a tool/companion for the original DX7.

      +

      Dexed is a plugin synth that is closely modeled on the Yamaha DX7.
      + The goal of this synth is to be a tool/companion for the original DX7.

      Official project page: https://github.com/asb2m10/dexed

      .png" width="92" height="16" class="menu_class_dexed" /> @@ -89,15 +89,15 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      Juced Plugins

      Plugins originally in the Jucetice project, then moved to Juced.
      - In DISTRHO we took DrumSynth and EQinox, making it work with new Juce code and in LV2 format.
      + We took DrumSynth and EQinox and made them work better and in LV2 format.
      (Capsaicin and SoundCrab are broken and will not be ported).

      Official website: http://www.anticore.org/jucetice/?page_id=7

      @@ -122,16 +122,15 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      KlangFalter

      KlangFalter is a convolution audio plugin.

      -

      It features:

      -
        -
      • Low/no latency convolution plugin
      • -
      • Easy user interface
      • -
      • Support for true stereo impulse responses
      • -
      • Simple high and low shelf EQ
      • -
      • Freely modifiable envelope for the impulse response
      • -
      • Basically no limit on impulse response length - as long as your computer can handle it...
      • -
      • Intuitive and flexible loading of impulse response files
      • -
      +

      It features:
      + - Low/no latency convolution plugin
      + - Easy user interface
      + - Support for true stereo impulse responses
      + - Simple high and low shelf EQ
      + - Freely modifiable envelope for the impulse response
      + - No limit on impulse response length, as long as your computer can handle it...
      + - Intuitive and flexible loading of impulse response files
      +

      Official project page: https://github.com/HiFi-LoFi/KlangFalter

      .png" width="92" height="16" class="menu_class_klangfalter" /> @@ -157,7 +156,6 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      MVerb is a studio quality, open-source reverb.

      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.

      -

      This is a port of MVerb, allowing a proper Linux version with UI.

      Port project page: https://github.com/DISTRHO/MVerb

      .png" width="92" height="16" class="menu_class_mverb" /> @@ -181,8 +179,6 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      Nekobi

      Nekobi is a simple single-oscillator synth based on the Roland TB-303.

      -

      This is a port of nekobee, allowing LV2 and VST builds of the plugin,
      - plus a nicer UI with a simple cat animation. ;)

      Port project page: https://github.com/DISTRHO/Nekobi

      .png" width="92" height="16" class="menu_class_nekobi" /> @@ -205,8 +201,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      Obxd

      -

      Obxd is emulation of famous ob-x, ob-xa and ob8 synths.

      -

      While not copying originals, some of the features were taken to a better point.

      +

      Obxd is emulation of famous ob-x, ob-xa and ob8 synths.
      + While not copying originals, some of the features were taken to a better point.

      Official project page: https://github.com/2DaT/Obxd

      .png" width="92" height="16" class="menu_class_obxd" /> @@ -229,8 +225,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      Pitched Delay

      -

      PitchedDelay is a delay that allows the pitching the delayed signal.

      -

      This can be done within or outside the feedback loop.

      +

      PitchedDelay is a delay that allows the pitching the delayed signal, within or outside the feedback loop.

      Official project page: https://code.google.com/p/lkjb-dc12/

      .png" width="92" height="16" class="menu_class_pitcheddelay" /> @@ -260,8 +255,8 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";

      TAL Plugins

      -

      This is a plugin pack from TAL (Togu Audio Line), now available for Linux. Not all plugins were ported, only those that were made using Juce (the more recent ones).
      - In this pack you will find TAL Dub 3, Filter 1 & 2, NoiseMaker, Reverb 1, 2 & 3 and Vocoder 2.
      +

      This is a plugin pack from TAL (Togu Audio Line), now available for Linux.
      + In this pack you will find TAL Dub-3, Filter, NoiseMaker, Reverb and Vocoder.
      A Special thanks goes to Patrick Kunz for making these awesome plugins!

      Official website: http://kunz.corrupt.ch