This package browser is in early development. Mind the rough edges.

carla

Audio plugin host

Carla is a modular audio plugin host, with features like transport control, automation of parameters via MIDI CC and remote control over OSC. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2, and VST3 plugin formats, plus SF2 and SFZ file support. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA.

Installation

Install the latest version of carla as follows:

guix install carla

Or install a particular version:

guix install carla@2.5.10

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of carla about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/carla'><img src='https://packages.guix.gnu.org/packages/carla/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/carla/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/carla)

Example Org:

[[https://packages.guix.gnu.org/packages/carla][https://packages.guix.gnu.org/packages/carla/badges/latest-version.svg]]