diff --git a/README.md b/README.md index c0c76cb9c..7f1c534bd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # --- README for Carla --- -Carla is an audio plugin host, with support for many audio drivers and plugin formats.
+Carla is a fully-featured 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 send output back as MIDI too) and full OSC control. -Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST 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. +Carla currently supports LADSPA, 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, ASIO, DirectSound or CoreAudio. -Carla-Control is an OSC Control GUI for Carla (you get the OSC address from the Carla's about dialog, and connect to it).
+Carla-Control is an OSC Control UI for Carla (you get the OSC address from the Carla's about dialog, and connect to it).
It supports controlling main UI components (Dry/Wet, Volume and Balance), and all plugins parameters.
Peak values and control outputs are displayed as well. diff --git a/source/carla_widgets.py b/source/carla_widgets.py index e19c4c3db..c5217fbc7 100755 --- a/source/carla_widgets.py +++ b/source/carla_widgets.py @@ -112,7 +112,7 @@ class CarlaAboutW(QDialog): self.ui.l_about.setText(self.tr("" "
Version %s" - "
Carla is a Multi-Plugin Host for JACK%s.
" + "
Carla is a fully-featured audio plugin host%s.
" "
Copyright (C) 2011-2014 falkTX
" "" % (VERSION, extraInfo)))