diff --git a/README.md b/README.md
index 7558c82..dbdd723 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# --- README for Cadence ---
Cadence is a set of tools useful for audio production.
-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).
Also, lots of custom widgets were coded when needed (like pixmapdial, pixmapkeyboard, patchcanvas and systray).
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.
-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.
@@ -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.
-It has a bit more features than the official LADISH GUI, with a pretty preview of the main canvas in the bottom-left.
-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.
+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.
@@ -62,12 +61,9 @@ Currently supports Debian and ArchLinux based distros.
### [Carla](http://kxstudio.sourceforge.net/KXStudio:Applications:Carla)
Multi-plugin host for JACK.
It has some nice features like automation of parameters via MIDI CCs (and send control outputs back to MIDI too) and full OSC control.
-Currently supports LADSPA (including LRDF), DSSI, LV2, and VST plugin formats, with additional GIG, SF2 and SFZ file support via FluidSynth and LinuxSampler.
-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).
-Supports controlling main UI components (Dry/Wet, Vol and Balance), and all plugins parameters.
-Peak values and control outputs are displayed as well.
-Custom Plugin GUIs are not supported at this point.
-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.
+Peak values and control outputs are displayed as well.
diff --git a/src/cadence_session_start.py b/src/cadence_session_start.py
index 6ecf55b..9c97f49 100755
--- a/src/cadence_session_start.py
+++ b/src/cadence_session_start.py
@@ -229,4 +229,3 @@ if __name__ == '__main__':
# Exit
sys.exit(0)
-