Audio plugin host (LADI project modifications) https://kx.studio/carla
Go to file
falkTX 01ac9538f6
Set new X-NSM-Exec desktop file properties
Signed-off-by: falkTX <falktx@falktx.com>
2022-04-15 11:05:30 +01:00
.github Test builds with LTO enabled 2022-03-16 00:00:55 +00:00
.travis CI tweaks 2021-06-22 12:15:52 +01:00
bin Fix build (remove bin/resources link, use signal on unix, not linux) 2019-12-22 19:40:38 +00:00
data Set new X-NSM-Exec desktop file properties 2022-04-15 11:05:30 +01:00
doc
resources Better integrate with internal Qt toolbar visibility state 2022-04-11 20:38:39 +01:00
source Better integrate with internal Qt toolbar visibility state 2022-04-11 20:38:39 +01:00
.gitignore Update gitignore 2021-12-09 09:57:34 +00: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 Document required MSYS2 fix 2020-12-16 13:28:42 +00:00
Makefile Fix make clean for STATIC_PLUGIN_TARGET 2022-02-12 22:50:40 +00:00
Makefile.dist.mk Replace CARLA_EXPORT with separate API / PLUGIN export option 2022-03-13 17:33:14 +00:00
Makefile.print.mk Fix last commit 2021-08-19 09:44:18 +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.