From 281658415d75c31c107dc6d3ddbdf2512eedab4a Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 15 Aug 2014 17:18:19 +0100 Subject: [PATCH] Misc --- Applications.php | 2 +- Applications:Carla.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.php b/Applications.php index b34407e..5266f91 100644 --- a/Applications.php +++ b/Applications.php @@ -267,7 +267,7 @@ include_once("includes/header.php"); Carla
Carla is an audio plugin host, with support for many audio drivers and plugin formats.
It has some nice features like automation of parameters via MIDI CC and full OSC control.
- Currently supports LADSPA, DSSI, LV2, and VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.
+ Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.

diff --git a/Applications:Carla.php b/Applications:Carla.php index bae2e91..cf27ac7 100644 --- a/Applications:Carla.php +++ b/Applications:Carla.php @@ -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.

- Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support.
+ Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support.
It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.