diff --git a/README b/README index 3a7869a..5299d63 100644 --- a/README +++ b/README @@ -2,16 +2,19 @@ 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 LASH. Those tools take advantage of the DBus interfaces recently added -to JACK and LASH to ease the configuration and use of those two great softwares. +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. Uses the same menu as laditray - - ladilog : a JACK, LASH and a2jmidid log viewer - - ladiconf : a GUI to setup JACK's configuration + - 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 ! diff --git a/g15ladi b/g15ladi index cd0bb92..9edb334 100755 --- a/g15ladi +++ b/g15ladi @@ -2,7 +2,8 @@ # LADITools - Linux Audio Desktop Integration Tools # g15ladi - A jack monitor for the g15 keyboard that uses the dbus interface -# Copyright (C) 2007-2010, Marc-Olivier Barre , Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ladiconf b/ladiconf index 058b414..e19b3bc 100755 --- a/ladiconf +++ b/ladiconf @@ -2,7 +2,8 @@ # LADITools - Linux Audio Desktop Integration Tools # ladiconf - A configuration GUI for your Linux Audio Desktop -# Copyright (C) 2007-2010, Marc-Olivier Barre , Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # Copyright (C) 2008, Krzysztof Foltman # # This program is free software: you can redistribute it and/or modify diff --git a/ladilog b/ladilog index dfc722f..412c693 100755 --- a/ladilog +++ b/ladilog @@ -2,7 +2,8 @@ # LADITools - Linux Audio Desktop Integration Tools # ladilog - A log viewer for your Linux Audio Desktop -# Copyright (C) 2007-2010, Marc-Olivier Barre , Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/laditray b/laditray index f6e4a82..62b1039 100755 --- a/laditray +++ b/laditray @@ -2,7 +2,8 @@ # LADITools - Linux Audio Desktop Integration Tools # laditray - System tray integration for LADI -# Copyright (C) 2007-2010, Marc-Olivier Barre , Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/__init__.py b/lib/laditools/__init__.py index 9fa72fb..5ec64c5 100644 --- a/lib/laditools/__init__.py +++ b/lib/laditools/__init__.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2010, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/a2j_controller.py b/lib/laditools/a2j_controller.py index 1795d02..512a0c6 100644 --- a/lib/laditools/a2j_controller.py +++ b/lib/laditools/a2j_controller.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/a2j_menu.py b/lib/laditools/a2j_menu.py index 984cd22..21676fd 100644 --- a/lib/laditools/a2j_menu.py +++ b/lib/laditools/a2j_menu.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/config.py b/lib/laditools/config.py index fc6df04..72f2011 100644 --- a/lib/laditools/config.py +++ b/lib/laditools/config.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/error.py b/lib/laditools/error.py index 6d8f667..798a477 100644 --- a/lib/laditools/error.py +++ b/lib/laditools/error.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/jack_configure.py b/lib/laditools/jack_configure.py index 295d80d..87014c7 100644 --- a/lib/laditools/jack_configure.py +++ b/lib/laditools/jack_configure.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/jack_controller.py b/lib/laditools/jack_controller.py index 6e35056..afd9959 100644 --- a/lib/laditools/jack_controller.py +++ b/lib/laditools/jack_controller.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/laditools/ladish_controller.py b/lib/laditools/ladish_controller.py index 926c5bb..14b34c6 100644 --- a/lib/laditools/ladish_controller.py +++ b/lib/laditools/ladish_controller.py @@ -1,7 +1,6 @@ # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2010: -# * Marc-Olivier Barre -# * Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index b165194..e29698b 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,9 @@ #!/usr/bin/env python # LADITools - Linux Audio Desktop Integration Tools -# Copyright (C) 2007-2008, Marc-Olivier Barre and Nedko Arnaudov. +# setup.py - Setup script for the LADITools suite +# Copyright (C) 2007-2008, Marc-Olivier Barre +# Copyright (C) 2007-2008, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/wmladi b/wmladi index 547a451..1a30f9c 100755 --- a/wmladi +++ b/wmladi @@ -2,7 +2,8 @@ # LADITools - Linux Audio Desktop Integration Tools # wmladi - Window maker dockapp for jackdbus -# Copyright (C) 2007-2010, Marc-Olivier Barre , Nedko Arnaudov +# Copyright (C) 2007-2010, Marc-Olivier Barre +# Copyright (C) 2007-2009, Nedko Arnaudov # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by