Linux Audio Desktop Integration Tools
Go to file
Yclept Nemo 61f59ae812 Python 2->3 syntax pass for wmladi and g15ladi
* wmladi won't run until the pywmdockapps C module is ported to Python 3
* g15ladi requires special hardware to test
2023-07-19 20:29:01 -04:00
data Update manpage. 2012-03-23 19:03:20 +01:00
laditools Add a tools sub-menu 2023-07-19 18:58:17 -04:00
po Update translations 2023-07-19 19:30:30 -04:00
.gitignore .gitignore generated icons 2023-03-01 00:39:03 +02:00
AUTHORS TreeViewTooltips has been dropped. 2012-03-22 19:43:13 +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 Needs python >= 2.7 2012-04-06 12:08:33 +02:00
MANIFEST.in Include NEWS file. 2012-03-24 10:02:20 +01:00
NEWS Fix commit message for 1.1 2023-03-01 00:55:13 +02:00
README Improve documentation files and set codename. 2012-03-23 17:44:28 +01:00
g15ladi Python 2->3 syntax pass for wmladi and g15ladi 2023-07-19 20:29:01 -04:00
gitcommit.sh Disable gitcommit.sh 2023-03-01 00:46:01 +02:00
ladi-control-center python3 fixes and more 2021-02-14 23:59:34 +02:00
ladi-player Add missing blank space. 2012-03-21 10:13:02 +01:00
ladi-system-log python3 fixes and more 2021-02-14 23:59:34 +02:00
ladi-system-tray Fix a bug that triggers the "JACK is sick" status 2023-07-19 18:55:25 -04:00
new_release Release tarball in both gztar and bztar formats. 2012-03-23 19:44:22 +01:00
setup.cfg Fix icons hierarchy, distutils should find everything automatically now 2012-03-17 19:49:10 +01:00
setup.py setup.py: set version to 1.1 2023-03-01 00:50:54 +02:00
update_po Update translations 2023-07-19 19:30:30 -04:00
wmladi Python 2->3 syntax pass for wmladi and g15ladi 2023-07-19 20:29:01 -04:00

README

LADI Tools - Linux Audio Desktop Integration Tools
--------------------------------------------------

LADI Tools 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 JACK2
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
 - ladi-system-tray : 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 ladi-system-tray's
 - ladi-system-log : a JACK, LADISH and a2jmidid log viewer
 - ladi-control-center : a GUI to setup JACK's and laditools' configuration
 - ladi-player: compact front-end to that allows users to start, stop and
   monitor a LADI system.
 - g15ladi : a JACK monitor for g15 keyboards

Enjoy !

License and credits
-------------------

 LADI Tools is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

For the complete text of the GNU General Public License version 3 see the
file COPYING included in this tarball.

For a complete list of authors see the AUTHORS file.