LADI Session Handler https://ladish.org/
Go to file
Dave Robillard 3dcf4ba517 Switched LASH_START_SERVER for LASH_NO_START_SERVER (with opposite semantics),
for consistency with Jack and to lower learning curve.


git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@48 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-10-17 08:01:23 +00:00
clients Removed useless gtk_client 2006-10-05 06:03:29 +00:00
docs Switched LASH_START_SERVER for LASH_NO_START_SERVER (with opposite semantics), 2006-10-17 08:01:23 +00:00
icons Icons are now installed in $(PREFIX)/share/lash/icons 2006-03-24 22:03:19 +00:00
lash Applied patch from larsl to drop file desctiptors on server launch. 2006-09-16 20:39:39 +00:00
lashd Applied patch from larsl to drop file desctiptors on server launch. 2006-09-16 20:39:39 +00:00
liblash Switched LASH_START_SERVER for LASH_NO_START_SERVER (with opposite semantics), 2006-10-17 08:01:23 +00:00
m4 - Support for building without ALSA 2006-05-21 18:44:38 +00:00
AUTHORS *** empty log message *** 2006-03-27 01:49:05 +00:00
COPYING Initial checkin 2005-09-13 05:22:59 +00:00
ChangeLog Updated ChangeLog, broke pre-0.5.0 changelog into a seperate file 2006-03-27 01:53:35 +00:00
ChangeLog.old Updated ChangeLog, broke pre-0.5.0 changelog into a seperate file 2006-03-27 01:53:35 +00:00
INSTALL Initial checkin 2005-09-13 05:22:59 +00:00
Makefile.am - Updated lash-configure-template to use pkgconfig 2006-03-27 02:00:46 +00:00
NEWS Switched LASH_START_SERVER for LASH_NO_START_SERVER (with opposite semantics), 2006-10-17 08:01:23 +00:00
README Tweaked panel slightly, updated README and NEWS 2005-09-19 11:34:53 +00:00
README.SECURITY *** empty log message *** 2006-03-27 01:49:05 +00:00
TODO Initial checkin 2005-09-13 05:22:59 +00:00
autogen.sh Preparation for 0.5.2 release. 2006-10-05 08:01:25 +00:00
common.am Initial checkin 2005-09-13 05:22:59 +00:00
configure.ac Release preparation 2006-10-08 17:06:45 +00:00
lash-1.0.pc.in Applied patch from larsl to drop file desctiptors on server launch. 2006-09-16 20:39:39 +00:00
lash-configure-template Fixed missing break; resulting in a double free bug. 2006-09-21 19:15:47 +00:00

README

LASH Audio Session Handler

This is a daemon, a client library and a some clients that implement a session
management system for audio applications on GNU/Linux.

To get an idea of what it can do, I suggest doing this:

$ ./configure
$ make
# make install
$ lashd

then, in different consoles, run lash_panel and lash_synth.  Make
some Jack and Alsa Sequencer connections to the synth using aconnect and 
jack_connect (or your patch bay of choice).

Play around with the settings of lash_synth, and click "Save Project" in the
control panel (you'll have to select a directory to save to).  Then click
"Close Project" and all running LASH clients should exit, and the project
tab in lash_panel should disappear.

Now use the "File->Open Session" menu item to open your saved project.  The
synth (and any other runnings LASH clients) should restart, and all the Jack
and Alsa MIDI connections should be restored.  Phat.

The interesting header files are client_interface.h, types.h, config.h and
event.h, all in the lash/ directory.  There is a partially complete
texinfo manual in the docs/ directory.

All source code is released under the GNU GENERAL PUBLIC LICENSE.  NO code
in this release is under the GNU Lesser General Public License.