LADI Session Handler https://ladish.org/
Go to file
Nedko Arnaudov 0d1ac13dd3 make git_ver work with tarball 2009-09-01 03:18:37 +03:00
common Bring catdup() original behaviour back 2009-08-05 21:40:55 +03:00
daemon Escaping fixes. Closes #3 2009-08-31 04:19:50 +03:00
dbus GetStudioList implemented 2009-08-24 01:58:14 +03:00
doc "component" diagram 2009-08-15 13:49:28 +03:00
flowcanvas@9e35390540 flowcanvas git submodule 2009-09-01 01:58:28 +03:00
gui gladish: Display version in the about box 2009-09-01 00:25:24 +03:00
icons Move lash icons 2009-07-20 04:23:51 +03:00
laditools@41b44721c1 laditools git submodule 2009-08-31 21:50:36 +03:00
lash_compat D-Bus interface macro improvements 2009-08-09 19:23:04 +03:00
.gitignore Basic wscript 2009-07-12 15:11:14 +03:00
.gitmodules flowcanvas git submodule 2009-09-01 01:58:28 +03:00
AUTHORS Merge AUTHORS 2009-07-20 04:29:49 +03:00
COPYING Initial checkin 2005-09-13 05:22:59 +00:00
INSTALL Some docs 2009-09-01 02:22:16 +03:00
NEWS Some docs 2009-09-01 02:22:16 +03:00
README Some docs 2009-09-01 02:22:16 +03:00
catdup.c Load studio (part 1) 2009-08-24 03:52:18 +03:00
catdup.h Load studio (part 1) 2009-08-24 03:52:18 +03:00
common.h Move catdup() from daemon/ to top dir, it is needed for gladish too 2009-08-22 16:55:55 +03:00
dbus_constants.h Move dbus constants to separate header 2009-08-22 03:07:19 +03:00
graph_proxy.c fix crash when graph object disappears and then appears again 2009-08-22 16:41:31 +03:00
graph_proxy.h Implement graph_canvas::attach() 2009-08-12 15:41:09 +03:00
jack_proxy.c Fix return value of jack_proxy_set_parameter_value() 2009-08-27 23:02:34 +03:00
jack_proxy.h Remove reset_drivers parameter of jack_reset_all_params() 2009-08-24 07:25:37 +03:00
ladish_control ladish_control: python3 improvements 2009-09-01 02:16:22 +03:00
studio_proxy.c Studio start/stop commands and signals 2009-08-30 22:40:28 +03:00
studio_proxy.h Studio start/stop commands and signals 2009-08-30 22:40:28 +03:00
waf Basic wscript 2009-07-12 15:11:14 +03:00
wscript make git_ver work with tarball 2009-09-01 03:18:37 +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 its 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 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.