LADI Session Handler https://ladish.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nedko Arnaudov f802bd0402 daemon: Router templates 13 years ago
a2jmidid@60f75d97e8 Update a2jmidid submodule 13 years ago
art Move the desktop file to the gui folder 13 years ago
common remove the obsolete "safety" memory functions 14 years ago
daemon daemon: Router templates 13 years ago
dbus dbus: track object path registration state and allow explicit unregiser 14 years ago
doc doc: improve virtualizer diagram 14 years ago
example-apps Basic code to enable LADISH level 1 support to an event driven Qt (3/4) application. 14 years ago
flowcanvas@05fa427cee Update flowcanvas submodule 13 years ago
gui gui: properly cleanup on graph view creation failure 13 years ago
jack2@bf37bf408a Update jack2 submodule (1.9.6) 13 years ago
laditools@f4d4a23d60 Update jack2 and laditools submodules 14 years ago
lash_compat Install compatibility files required for building against liblash 14 years ago
lib daemon: Router templates 13 years ago
proxies Display project name string as part of the room view title 13 years ago
.gitignore waf: gtags command 14 years ago
.gitmodules a2jmidid and jack2 submodules 14 years ago
AUTHORS New logo and icons by Lapo Calamandrei 14 years ago
COPYING Initial checkin 18 years ago
Doxyfile doxygenize app_supervisor.h 14 years ago
INSTALL jmcore - JACK multicore (snake) 14 years ago
NEWS Update NEWS 14 years ago
README Fix some typos in README 14 years ago
assert.h fix ASSERT to evaluate the expression only once 14 years ago
catdup.c implement catdup4() 14 years ago
catdup.h implement catdup4() 14 years ago
common.h min and max macros 14 years ago
dbus_constants.h jmcore - JACK multicore (snake) 14 years ago
jmcore.c jmcore: one JACK client per pair 14 years ago
ladish_control ladish_control: snewapp and rnewapp commands 14 years ago
log.h rename log macros 14 years ago
waf Basic wscript 15 years ago
wscript waf: require flowcanvas-0.6.4 13 years ago

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.