Browse Source

Update INSTALL and README

tags/1.9.4
falkTX 11 years ago
parent
commit
9b53473e03
2 changed files with 8 additions and 7 deletions
  1. +2
    -2
      INSTALL.md
  2. +6
    -5
      README.md

+ 2
- 2
INSTALL.md View File

@@ -47,7 +47,7 @@ On Debian and Ubuntu, use these commands to install all dependencies: <br/>
NOTE: linuxsampler is not packaged in either Debian or Ubuntu, but it's available in KXStudio. <br/>
<br/>

To run all the Carla-Control, you'll additionally need:
To run Carla-Control, you'll additionally need:

- python3-liblo

@@ -55,7 +55,7 @@ Optional but recommended:

- python3-rdflib (for LADSPA-RDF support)

The python version used and tested is python3.2. <br/>
The python version used and tested is python3.2. Older versions won't work! <br/>
After install, Carla will still work on distros with python2 as default, without any additional work.

<br/>

+ 6
- 5
README.md View File

@@ -1,12 +1,13 @@
# --- README for Carla ---

Carla is an audio plugin host, with support for many audio drivers and plugin formats. <br/>
Carla is an audio plugin host, with support for many audio drivers and plugin formats.<br/>
It's being developed by falkTX, using C++, Python3 and Qt4.

It has some nice features like automation of parameters via MIDI CCs (and send control outputs back to MIDI too) and full OSC control. <br/>
Currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, with additional GIG, SF2 and SFZ file support via FluidSynth and LinuxSampler.
It uses JACK as the default and preferred audio driver, but also supports native system drivers by using RtAudio+RtMidi.
It has some nice features like automation of parameters via MIDI CCs (and send control outputs back as MIDI too) and full OSC control.<br/>
Currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, with additional GIG, SF2 and SFZ file support via FluidSynth and LinuxSampler.<br/>
It uses JACK as the default and preferred audio driver, but also supports native system drivers using RtAudio + RtMidi.<br/>
<br/>

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

Loading…
Cancel
Save