LADI Session Handler https://ladish.org/
Go to file
Nedko Arnaudov e0ec247159 split vclient functionality
vgraph manipulation is going to be able to do more than split
2011-06-01 03:04:18 +03:00
a2jmidid@60f75d97e8
alsapid alsapid: hide the init function. Fixes #122 2010-12-01 02:56:00 +02:00
art
common Update Nikita Zlobin e-mail 2011-05-02 18:36:42 +06:00
daemon split vclient functionality 2011-06-01 03:04:18 +03:00
dbus gladish: Don't log dbus error when studio is not loaded on gladish start 2010-12-23 02:36:58 +02:00
doc
example-apps
flowcanvas@05fa427cee Update flowcanvas submodule 2010-09-03 01:11:27 +03:00
gui split vclient functionality 2011-06-01 03:04:18 +03:00
jack2@8bf2cd1413 update the jack2 submodule 2010-09-24 00:55:40 +03:00
laditools@f4d4a23d60
lash_compat pylash. Fixes #112 2010-10-24 06:01:13 +03:00
lib daemon: Router templates 2010-09-05 03:06:15 +03:00
po Update Nikita Zlobin e-mail 2011-05-02 18:36:42 +06:00
proxies split vclient functionality 2011-06-01 03:04:18 +03:00
.gitignore Update gitignore (sometimes compiled *.po files may appear not in build dir) 2010-12-22 19:18:39 +05:00
.gitmodules
AUTHORS Update Nikita Zlobin e-mail 2011-05-02 18:36:42 +06:00
COPYING clarify the dual-licensing in the dbus/ tree 2011-01-29 14:24:07 +02:00
Doxyfile
INSTALL
NEWS
README
afl21.txt clarify the dual-licensing in the dbus/ tree 2011-01-29 14:24:07 +02:00
assert.h waf: fix the include path workaround 2010-11-14 19:27:56 +02:00
common.h
conf.c confd: emit "changed" signal when value is initially set 2010-09-23 01:57:35 +03:00
dbus_constants.h split vclient functionality 2011-06-01 03:04:18 +03:00
gpl2.txt clarify the dual-licensing in the dbus/ tree 2011-01-29 14:24:07 +02:00
jmcore.c jmcore: Don't rely on jack unique name generation 2010-09-05 14:26:11 +03:00
ladish_control ladish_control: when dumping vgraphs, show port type and direction 2010-12-27 06:29:24 +02:00
log.h
syncpo Fix syncpo 2010-12-28 11:43:39 +05:00
waf waf: switch to 1.6.1 2010-11-14 19:20:29 +02:00
wscript split vclient functionality 2011-06-01 03:04:18 +03:00

README

========================
  LADI Session Handler 
========================

http://ladish.org/

LADI Session Handler or simply ladish is a session management system
for JACK applications on GNU/Linux. Its aim is to allow you to have
many different audio programs running at once, to save their setup,
close them down and then easily reload the setup at some other
time. ladish doesn't deal with any kind of audio or MIDI data itself;
it just runs programs, deals with saving/loading (arbitrary) data and
connects JACK ports together. It can also be used to move entire
sessions between computers, or post sessions on the Internet for
download.

ladish has GUI frontend, gladish, based on lpatchage (LADI Patchage)
and the ladish_control command line app for headless operation. LADI
Tools is set of apps that interface with ladish, JACK server and
a2jmidid

ladish requires D-Bus and JACK compiled with D-Bus support.

LADI Session Handler is rewrite of LASH.

Project goals:
 * Save and restore sets of JACK (audio and MIDI) enabled
   applications.
 * Provide JACK clients with virtual hardware ports, so projects can
   be transfered (or backups restored) between computers running
   different hardware and backups. 
 * Don't require session handling library to be used. There is no need
   of such library for restoring connections between JACK clients.
 * Flow canvas based GUI. Positions of elements on the canvas are
   saved/restored.
 * Allow clients to use external storage to save their state. This
   includes storing internal state to non-filesystem place like memory
   of a hardware synth. This also includes storing client internal
   state (client project data) in a way that is not directly bound to
   ladish project. 
 * Import/export operations, as opposed to save/load. Save/load
   operate in current system and may cause saving data outside of
   project itself (external storage). Import/export uses/produces
   "tarball" suitable for transferring session data over network to
   other computer or storing it in a backup archive.
 * Hierarchical or tag-based organization of projects.
 * List of JACK applications. Applications are always started through
   ladish to have the restored runtime environment closer to one existed
   before project save.
 * Distributed studio - network connected computers. Netjack
   configuration is part of the studio and thus is saved/restored.
 * Collaborate with the X11 window manager so window properties like
   window position, virtual desktop and screen (multimonitor) are
   saved/restored.