carla/data/linux
Xeonacid 67e38d1247 Replace -lpthread with -pthread
According to Stack Overflow and GCC doc, -pthread is the correct way to use pthread.
This fix build error on riscv64.
2021-10-09 10:49:29 +01:00
..
README Continue work on linux build scripts, now something that works 2019-10-23 00:22:52 +01:00
app-carla-control.py Continue work on linux build scripts, now something that works 2019-10-23 00:22:52 +01:00
app-carla.py Continue work on linux build scripts, now something that works 2019-10-23 00:22:52 +01:00
app-plugin.py Continue work on linux build scripts, now something that works 2019-10-23 00:22:52 +01:00
build-all.sh Final compatibility fixes 2020-09-26 15:54:26 +01:00
build-deps.sh Replace -lpthread with -pthread 2021-10-09 10:49:29 +01:00
build-pyqt.sh Move all custom build patches into a single folder 2020-01-20 11:14:04 +00:00
build64.sh Fix typo 2018-01-14 00:01:42 +01:00
common.env Final compatibility fixes 2020-09-26 15:54:26 +01:00

README

# ---  README for Carla - Linux build ---

What is Carla?
---------------

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

Features
---------

* LADSPA, DSSI, LV2 and VST2 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
* Transport controls, sync with JACK Transport or Ableton Link

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

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

For a complete and updated description of Carla, please check:
https://kx.studio/carla