Browse Source

Add final picture for the news

Signed-off-by: falkTX <falktx@falktx.com>
pull/16/head
falkTX 4 years ago
parent
commit
b9a7cfe13a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 7 additions and 7 deletions
  1. +7
    -7
      News.php
  2. BIN
      screenshots/news/carla-2.1_windows.png

+ 7
- 7
News.php View File

@@ -51,7 +51,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_cv-stuff.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_cv-stuff.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_cv-stuff.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>Better CV Support</h3>
@@ -85,7 +85,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_high-dpi.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_high-dpi.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_high-dpi.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>High-DPI support (work in progress)</h3>
@@ -110,7 +110,7 @@ include_once("includes/header.php");
<!-- TODO -->
<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_windows.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_windows.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_windows.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>Proper theme and Carla-Control for Windows</h3>
@@ -134,7 +134,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_mac-vst.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_mac-vst.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_mac-vst.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>VST2 plugin for macOS and Windows, plus exposed parameters</h3>
@@ -161,7 +161,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/repo/screenshots/carla-vst-wine.png">
<img src="<?php echo $ROOT; ?>/repo/screenshots/carla-vst-wine.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/repo/screenshots/carla-vst-wine.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>Wine-native bridge, sorta experimental</h3>
@@ -184,7 +184,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_add-plugin.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_add-plugin.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_add-plugin.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>Refreshed add-plugin dialog and favorite plugins</h3>
@@ -199,7 +199,7 @@ include_once("includes/header.php");

<table><tr><td width="50%">
<a href="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_params.png">
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_params.png" style="width:100%;height:auto;" alt="settings"/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.1_params.png" style="max-width:100%;height:auto;" alt="settings"/>
</a>
</td><td width="50%">
<h3>Single-page and grouped plugin parameters</h3>


BIN
screenshots/news/carla-2.1_windows.png View File

Before After
Width: 1904  |  Height: 898  |  Size: 319KB

Loading…
Cancel
Save