Update README

This commit is contained in:
falkTX 2012-12-14 10:43:02 +00:00
parent d6baba2896
commit daf293fa3b
2 changed files with 8 additions and 13 deletions

View File

@ -1,13 +1,13 @@
# --- README for Cadence ---
Cadence is a set of tools useful for audio production. <br/>
It's being developed by falkTX, using Python and Qt (and some C++ where needed).
It's being developed by falkTX, using Python3 and Qt4 (and some C++ where needed).
The tools share the same base source code, so most of them look quite similar (which is intentional). <br/>
Also, lots of custom widgets were coded when needed (like pixmapdial, pixmapkeyboard, patchcanvas and systray). <br/>
They can be re-used in other projects. Contact the author if you need help on that.
Note that the main focus goes to JACK2 (or JACK1+DBus); JACK1 (raw) and tschack are untested and may not work properly at this point.
Note that the main focus goes to JACK2 (or JACK1+DBus); JACK1 (raw) may not work properly at this point.
===== DESCRIPTIONS =====
@ -15,8 +15,7 @@ Note that the main focus goes to JACK2 (or JACK1+DBus); JACK1 (raw) and tschack
Here's a brief description of the main tools:
### [Cadence](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence)
The main app. It performs system checks, manages JACK, calls other tools and make system tweaks. <br/>
Currently under development, may change at anytime.
The main app. It performs system checks, manages JACK, calls other tools and make system tweaks.
### [Cadence-JackMeter](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-JackMeter)
Digital peak meter for JACK. <br/>
@ -50,8 +49,8 @@ Currently has ALSA-MIDI support in experimental stage (it doesn't automatically
### [Claudia](http://kxstudio.sourceforge.net/KXStudio:Applications:Claudia)
LADISH frontend; just like Catia, but focused at session management through LADISH. <br/>
It has a bit more features than the official LADISH GUI, with a pretty preview of the main canvas in the bottom-left. <br/>
It also implements the 'Claudia-Launcher' add-application style.
It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left. <br/>
It also implements the 'Claudia-Launcher' add-application style for LADISH.
### [Claudia-Launcher](http://kxstudio.sourceforge.net/KXStudio:Applications:Claudia-Launcher)
A multimedia application launcher with LADISH support. <br/>
@ -62,12 +61,9 @@ Currently supports Debian and ArchLinux based distros.
### [Carla](http://kxstudio.sourceforge.net/KXStudio:Applications:Carla)
Multi-plugin host for JACK. <br/>
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. <br/>
This application is still under development and may change/break at anytime.
Currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, with additional GIG, SF2 and SFZ file support via FluidSynth and LinuxSampler.
### [Carla-Control](http://kxstudio.sourceforge.net/KXStudio:Applications:Carla-Control)
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, Vol and Balance), and all plugins parameters. <br/>
Peak values and control outputs are displayed as well. <br/>
Custom Plugin GUIs are not supported at this point. <br/>
NOTE: This application is not yet ported to this python3 branch
Supports controlling main UI components (Dry/Wet, Volume and Balance), and all plugins parameters. <br/>
Peak values and control outputs are displayed as well.

View File

@ -229,4 +229,3 @@ if __name__ == '__main__':
# Exit
sys.exit(0)