Audio plugin host (LADI project modifications) https://kx.studio/carla
Go to file
Nedko Arnaudov e3323c7889 fix LADISH support
Menu items are useful in LADISH sessions,
when Carla not ran in NSM mode
2023-06-01 20:37:08 +03:00
.github cmake: set IMPORT_PREFIX for libs, needed for msvc builds 2023-05-31 23:51:14 +02:00
.travis CI tweaks 2021-06-22 12:15:52 +01:00
bin A few more C++ frontend details, stub for plugin list dialog 2022-10-23 20:53:43 +01:00
cmake cmake: set IMPORT_PREFIX for libs, needed for msvc builds 2023-05-31 23:51:14 +02:00
data set some runtime script interpreters to /bin/sh 2023-05-15 12:21:12 +02:00
doc Small update to old docs, and README 2018-01-19 07:20:42 +01:00
resources More C++ conversion, initial common frontend code split 2022-10-19 14:37:19 +01:00
source fix LADISH support 2023-06-01 20:37:08 +03:00
.clang-format Add .clang-format on root, so external usage doesnt complain 2023-04-29 19:02:43 +02:00
.gitignore Start moving files around 2022-10-01 22:17:00 +01:00
.gitmodules Fix unsecured url in gidmodules 2018-06-01 16:28:20 +02:00
.travis.yml More CI tweaks 2021-06-22 09:58:40 +01:00
INSTALL.md Update dependency list 2022-04-21 19:17:08 +01:00
Makefile fix make install 2023-05-31 02:26:54 +02:00
Makefile.dist.mk Tweak packaging for new frontend lib 2022-11-25 11:52:37 +00:00
Makefile.print.mk Do not try to build frontend if either qt or pyqt is missing 2022-10-19 19:03:41 +01:00
README.md Update README.md 2021-09-07 10:03:01 +01:00

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.