LADI Session Handler https://ladish.org/
Go to file
Nedko Arnaudov 47728b1cd8 Dual license dbus helpers to match the libdbus licensing
Juuso Alasuutari will sign this commit with a GPG signed git tag
2009-09-05 00:13:40 +03:00
common Bring catdup() original behaviour back 2009-08-05 21:40:55 +03:00
daemon cleanup dbus helpers 2009-09-04 02:27:05 +03:00
dbus Dual license dbus helpers to match the libdbus licensing 2009-09-05 00:13:40 +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 Properly prefix graph proxy identifiers 2009-09-03 05:55:28 +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 Eradicate the compat liblash implementation 2009-09-04 02:21:48 +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 Improve configure checks. Closes #10 2009-09-01 22:47:12 +03:00
NEWS Some docs 2009-09-01 02:22:16 +03:00
README Fix some typos in README 2009-09-03 20:05:25 +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 Properly prefix graph proxy identifiers 2009-09-03 05:55:28 +03:00
graph_proxy.h Properly prefix graph proxy identifiers 2009-09-03 05:55:28 +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 cleanup dbus helpers 2009-09-04 02:27:05 +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.