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 0ab167491b Fix a typo, better debugging 5 years ago
.travis Skip some mingw packages for travis, for now 6 years ago
bin Package LV2 plugin in windows builds 6 years ago
data Make sure to copy the right binaries on the linux script 5 years ago
doc Small update to old docs, and README 6 years ago
resources libjack: Implement basic session management via SIGUSR1 signal 6 years ago
source Fix a typo, better debugging 5 years ago
.gitignore Update .gitignore 6 years ago
.gitmodules Fix unsecured url in gidmodules 6 years ago
.travis.yml Update travis CI files to test all build types 6 years ago
INSTALL.md Fix typo on INSTALL.md 6 years ago
Makefile Install the new header and pkg-config files 6 years ago
README.md Fully remove gig and LS stuff; Cleanup 6 years ago

README.md

Carla Logo Carla Plugin Host

Build Status

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 VST 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 for MacOS and Linux, and VST plugin for Linux.

Screenshot

Screenshot

See the official webpage also.