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.
falkTX df299c7cbd Update the style/theme code to work with Qt5 11 years ago
data Really fix discovery build; workaround missing strcasestr 11 years ago
doc Update windows build scripts; Set plugin GUI window-icons 11 years ago
resources Update CarlaHost UI file to match Carla 1.x series 11 years ago
source Update the style/theme code to work with Qt5 11 years ago
.gitignore Finalize CarlaStateUtils.hpp 11 years ago
INSTALL.md Mention python3 PyQt4 requirement in INSTALL 11 years ago
Makefile Update the style/theme code to work with Qt5 11 years ago
README.md Initial code for zyn fx as plugins 11 years ago
ReleaseNotes Misc 11 years ago

README.md

--- README for Carla ---

Carla is an audio plugin host, with support for many audio drivers and plugin formats.
It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control.

Carla currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, plus GIG, SF2 and SFZ file support.
It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.

Carla-Control is an OSC Control GUI for Carla (you get the OSC address from the Carla's about dialog, and connect to it).
It supports controlling main UI components (Dry/Wet, Volume and Balance), and all plugins parameters.
Peak values and control outputs are displayed as well.

NOTE: You're currently using the development git branch of Carla.
For the stable version please use the “1.0.x” branch:
git checkout 1.0.x