https://github.com/falkTX/Carla
Audio plugin host
https://github.com/falkTX/Carla
Last synced: about 1 month ago
JSON representation
Audio plugin host
- Host: GitHub
- URL: https://github.com/falkTX/Carla
- Owner: falkTX
- Created: 2013-01-09T08:06:15.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T06:08:15.000Z (7 months ago)
- Last Synced: 2024-10-29T15:13:06.629Z (6 months ago)
- Language: C++
- Homepage: https://kx.studio/carla
- Size: 92.6 MB
- Stars: 1,611
- Watchers: 68
- Forks: 146
- Open Issues: 663
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- AwesomeCppGameDev - Carla
- awesome-starred - falkTX/Carla - Audio plugin host (others)
- stars - falkTX/Carla - Audio plugin host (C++)
README
#  Carla Plugin Host
[](https://github.com/falkTX/Carla/actions/workflows/build.yml)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](https://opensoundcontrol.stanford.edu/)
* Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK
* Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACKIn 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 LinkCarla is also available as an LV2 plugin and VST2 plugin.
Screenshot
----------
See the [official webpage](https://kx.studio/Applications:Carla) also.