|
|
@@ -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> |
|
|
|