Linux Audio Desktop Integration Tools
Go to file
Alessio Treglia 3f6cb95867 Fix icons hierarchy, distutils should find everything automatically now 2012-03-17 19:49:10 +01:00
data Fix icons hierarchy, distutils should find everything automatically now 2012-03-17 19:49:10 +01:00
laditools Replace 'not x in list' with 'x not in list' for better readibility 2012-03-17 12:49:20 +01:00
po Update translations and related stuff 2012-03-17 19:15:38 +01:00
.gitignore Add .pyc files to .gitignore 2010-01-06 17:00:25 +01:00
AUTHORS Add myself in AUTHORS 2012-03-02 11:51:28 +01:00
COPYING Partial merge from packaged branche to retain compatibility (until Nedko looks at my changes) 2007-12-20 20:09:23 +00:00
INSTALL Update the installation instructions (added pyYaml dependency) 2009-12-28 21:37:24 +01:00
MANIFEST.in Update MANIFET.in, include *.png and replace *.glade with *.ui 2012-03-03 12:04:17 +01:00
README * Improve even more the looks of copyrights 2010-01-07 20:18:24 +01:00
g15ladi No need to insert '.' to the head of sys.path 2012-03-08 01:33:27 +01:00
gitcommit.sh Small improvements to the releasing mechanism 2011-12-07 21:04:08 +01:00
ladi-control-center Set system-preferences as icon 2012-03-17 18:00:35 +01:00
ladi-player Fix tooltips. 2012-03-17 16:14:37 +01:00
ladi-system-log Rename ladilog to ladi-system-log 2012-03-16 17:01:08 +01:00
ladi-system-tray Better handle processes. On first double-click gladish runs, on the next one it closes. 2012-03-17 12:00:39 +01:00
new_release Add new_release script 2012-03-03 12:19:45 +01:00
setup.cfg Fix icons hierarchy, distutils should find everything automatically now 2012-03-17 19:49:10 +01:00
setup.py Small misspelling in setup.py 2012-03-17 19:34:49 +01:00
update_po Add tool to refreshing po files. 2012-03-02 11:34:58 +01:00
wmladi Rely on the super-class's update() call 2012-03-17 19:28:00 +01:00

README

Linux Audio Desktop Integration Tools

LADITools is a set of tools aiming to achieve the goals of the LADI project to 
improve desktop integration and user workflow of Linux audio system based on 
JACK and LADISH. Those tools take advantage of the DBus interfaces of JACK 2 and LADISH
to ease the configuration and use of your software studio.

In a near future, it should also be possible to use laditools to control JACK through
an OSC interface.

You will find in this suite :
 - The laditools python module (no interest for the end users)
 - laditray : a system tray icon that allows you to start, stop and monitor
   JACK, as well as start some JACK related apps (log viewer, connections...) 
 - wmladi : a controller as a Window Maker dockapp which uses a menu similar to laditray's
 - ladilog : a JACK, LADISH and a2jmidid log viewer
 - ladiconf : a GUI to setup JACK's and laditools' configuration
 - g15ladi : a JACK monitor for g15 keyboards

Enjoy !