LADI Session Handler https://ladish.org/
Go to file
Max Audron a19489541c meson: include build directory no matter it's name
when updating the ebuild i noticed that the include for the config.h and
version.h files relied on the build directory being name "build". This
is fixed now by using the last segment of the meson.build_root() output
which is the correct build dir.

also delete no longer needed manual creation of version.h and config.h
2021-02-21 21:01:32 +02:00
alsapid add meson build files 2021-02-14 14:22:47 +01:00
art add gladish to meson build 2021-02-14 14:25:57 +01:00
cdbus add meson build files 2021-02-14 14:22:47 +01:00
common add meson build files 2021-02-14 14:22:47 +01:00
daemon Merge "Fix GetAllPorts D-Bus method declaration" by Markus Kitsinger (SwooshyCueb) <root@swooshalicio.us> 2021-02-15 00:48:28 +02:00
doc Minor formatting fix in coding_style.txt 2013-07-21 01:06:37 +03:00
example-apps Apply patch from openSUSE for python3 compatibility 2021-02-14 20:07:38 +02:00
gui add gladish to meson build 2021-02-14 14:25:57 +01:00
lash_compat Merge meson.build files by Max Audron <audron@cocaine.farm> 2021-02-15 00:01:30 +02:00
lib daemon: Router templates 2010-09-05 03:06:15 +03:00
po update translations, new string 2011-10-13 01:13:21 +04:00
proxies add meson build files 2021-02-14 14:22:47 +01:00
.gitignore upgrade waf to version 2.0.20. not working yet 2020-04-22 20:01:06 +03:00
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 doxygenize app_supervisor.h 2010-05-08 17:54:24 +03:00
INSTALL Update INSTALL 2012-12-29 15:48:02 +02:00
NEWS Update NEWS for version 1 2011-12-19 00:54:16 +02:00
README Update README 2021-02-14 21:31:31 +02:00
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 Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
conf.c Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
dbus_constants.h setting for jack conf tool 2011-12-19 00:16:51 +02:00
gpl2.txt clarify the dual-licensing in the dbus/ tree 2011-01-29 14:24:07 +02:00
jmcore.c Fix unused-parameter warnings in plain C code 2012-12-02 23:50:05 +02:00
ladish_control Apply patch from openSUSE for python3 compatibility 2021-02-14 20:07:38 +02:00
log.h Improve logging 2012-12-02 20:24:22 +02:00
meson.build meson: include build directory no matter it's name 2021-02-21 21:01:32 +02:00
meson_options.txt add gladish to meson build 2021-02-14 14:25:57 +01:00
string_constants.c use strings for app levels 2011-07-28 15:15:47 +03:00
syncpo Fix syncpo 2010-12-28 11:43:39 +05:00
unpack_waf.sh Add a script to generate an unpacked instance of the waf all-in-one blob. 2012-01-09 18:50:33 +01:00
waf Upgrade waf to 2.0.22 , enable waf boost tool 2021-02-14 21:03:38 +02:00
wscript wscript: Disable -Werror 2021-02-14 21:12:12 +02: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.

Features:
 * 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.

Some of the following features may be already implemented
as part of KXStudio project [1] by its frontend GUI applications
for ladish backend services. In particular check Claudia [2],
Claudia-Launcher [3] and Cadence [4].

Planned features:
 * 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.

[1] https://kx.studio/
[2] https://kx.studio/Applications:Claudia
[3] https://kx.studio/Applications:Claudia-Launcher
[4] https://kx.studio/Applications:Cadence