Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 84e2e0a4be
Always activate VST3 buses, regardless of default flags
10 months ago
.github Fix carla.lv2 ttl validation 10 months ago
.travis CI tweaks 3 years ago
bin A few more C++ frontend details, stub for plugin list dialog 2 years ago
cmake cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
data Another fix.. 1 year ago
doc Small update to old docs, and README 6 years ago
resources More C++ conversion, initial common frontend code split 2 years ago
source Always activate VST3 buses, regardless of default flags 10 months ago
.clang-format Add .clang-format on root, so external usage doesnt complain 1 year ago
.gitignore Start moving files around 2 years ago
.gitmodules Fix unsecured url in gidmodules 6 years ago
.travis.yml More CI tweaks 3 years ago
INSTALL.md Update dependency list 2 years ago
Makefile Install the new CarlaMemUtils.hpp file 1 year ago
Makefile.dist.mk libcarla_frontend is needed in plugin packaging too 1 year ago
Makefile.print.mk Do not try to build frontend if either qt or pyqt is missing 2 years ago
README.md Update README.md 3 years ago

README.md

Carla Logo Carla Plugin Host

build

What is Carla?

Carla is a fully-featured audio plugin host, with support for many audio drivers and plugin formats.
It's open source and licensed under the GNU General Public License, version 2 or later.

Features

  • LADSPA, DSSI, LV2 and VST2, VST3 and AU plugin formats
  • SF2/3 and SFZ sound banks
  • Internal audio and midi file player
  • Automation of plugin parameters via MIDI CC
  • Remote control over OSC
  • Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK
  • Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACK

In experimental phase / work in progress:

  • Export any Carla loadable plugin or sound bank as an LV2 plugin
  • Plugin bridge support (such as running 32bit plugins on a 64bit Carla, or Windows plugins on Linux)
  • Run JACK applications as audio plugins
  • Transport controls, sync with JACK Transport or Ableton Link

Carla is also available as an LV2 plugin and VST2 plugin.

Screenshot

Screenshot

See the official webpage also.