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.

README.md 1.3KB

9 years ago
11 years ago
7 years ago
11 years ago
9 years ago
11 years ago
9 years ago
7 years ago
7 years ago
7 years ago
1234567891011121314151617181920212223242526272829303132333435
  1. # ![Carla Logo](resources/48x48/carla.png) Carla Plugin Host
  2. [![build](https://github.com/falkTX/Carla/actions/workflows/build.yml/badge.svg)](https://github.com/falkTX/Carla/actions/workflows/build.yml)
  3. What is Carla?
  4. ---------------
  5. Carla is a fully-featured audio plugin host, with support for many audio drivers and plugin formats.<br>
  6. It's open source and licensed under the GNU General Public License, version 2 or later.
  7. Features
  8. ---------
  9. * LADSPA, DSSI, LV2 and VST2, VST3 and AU plugin formats
  10. * SF2/3 and SFZ sound banks
  11. * Internal audio and midi file player
  12. * Automation of plugin parameters via MIDI CC
  13. * Remote control over OSC
  14. * Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK
  15. * Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACK
  16. In experimental phase / work in progress:
  17. * Export any Carla loadable plugin or sound bank as an LV2 plugin
  18. * Plugin bridge support (such as running 32bit plugins on a 64bit Carla, or Windows plugins on Linux)
  19. * Run JACK applications as audio plugins
  20. * Transport controls, sync with JACK Transport or Ableton Link
  21. Carla is also available as an LV2 plugin and VST2 plugin.
  22. Screenshot
  23. ----------
  24. ![Screenshot](https://kx.studio/screenshots/carla.png)
  25. See the [official webpage](https://kx.studio/Applications:Carla) also.