Browse Source

Tiny updates to carla page

Signed-off-by: falkTX <falktx@falktx.com>
pull/14/head
falkTX 5 years ago
parent
commit
7238002694
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 21 additions and 2 deletions
  1. +6
    -1
      Applications:Carla-Control.php
  2. +15
    -1
      Applications:Carla.php

+ 6
- 1
Applications:Carla-Control.php View File

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

<!-- intro -->
<p>
This is a dummy page, a placeholder for when the real page is written.
Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
Carla-Control is a remote control application for Carla, providing the same interface but with the real backend running on a different machine.
</p>
<p>
As of version 2.0, Carla-Control is still quite limited.<br/>
Version 2.1 will bring full plugin (add, remove, clone, etc), patchbay and transport control.
</p>

<!-- Interface -->


+ 15
- 1
Applications:Carla.php View File

@@ -12,7 +12,7 @@ include_once("includes/header.php");
It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.<br/>
</p>
<p>
Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support.<br/>
Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus SF2 and SFZ file support.<br/>
It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.<br/>
</p>
<p>
@@ -67,6 +67,20 @@ include_once("includes/header.php");
<!-- <li></li> -->
<!-- </ul> -->

<!-- Videos -->
<h3><span class="mw-headline" id="Videos"> Videos </span></h3>
<p>
A few videos from falkTX, Carla's creator, showing off Carla's features and a few workflows.
</p>
<h6>Sonoj 2017</h6>
<p>
<iframe width="1024" height="576" src="https://media.ccc.de/v/sonoj2017-1704-carla-plugin-host/oembed" frameborder="0" allowfullscreen></iframe>
</p>
<h6>LAC 2018</h6>
<p>
<iframe width="1024" height="576" src="https://media.ccc.de/v/lac2018-24-carla_plugin_host_feature_overview_and_workflows/oembed" frameborder="0" allowfullscreen></iframe>
</p>

<!-- Download -->
<h3><span class="mw-headline" id="Download"> Download </span></h3>
<p>


Loading…
Cancel
Save