Browse Source

Misc

pull/4/head
falkTX 10 years ago
parent
commit
281658415d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Applications.php
  2. +1
    -1
      Applications:Carla.php

+ 1
- 1
Applications.php View File

@@ -267,7 +267,7 @@ include_once("includes/header.php");
<b><a href="<?php echo $ROOT; ?>/Applications:Carla">Carla</a></b><br/>
Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
It has some nice features like automation of parameters via MIDI CC and full OSC control.<br/>
Currently supports LADSPA, DSSI, LV2, and VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.<br/>
Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.<br/>
<br/>
</p>
</td></tr>


+ 1
- 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, and 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 GIG, 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>


Loading…
Cancel
Save