• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

clients/H03-May-2022-7,1465,543

docs/H03-May-2022-10,1349,020

icons/H03-May-2022-409351

lash/H03-May-2022-2,0601,196

lashd/H03-May-2022-9,3986,791

liblash/H03-May-2022-3,9872,907

m4/H03-May-2022-428366

pylash/H03-May-2022-850621

AUTHORSH A D09-Jun-2006192 106

COPYINGH A D13-Sep-200517.6 KiB341281

ChangeLogH A D14-Nov-200713.4 KiB420285

ChangeLog.oldH A D27-Mar-20066.1 KiB168142

INSTALLH A D13-Sep-20059 KiB230175

Makefile.amH A D09-Apr-2007712 2319

Makefile.inH A D03-May-202221.9 KiB713633

NEWSH A D14-Nov-20073.6 KiB10679

READMEH A D19-Sep-20051.2 KiB3223

README.SECURITYH A D09-Jun-200624 21

TODOH A D14-Nov-2007484 1815

acinclude.m4H A D09-Apr-20074.4 KiB8583

aclocal.m4H A D14-Nov-2007273 KiB7,7746,978

common.amH A D13-Sep-200530 21

compileH A D27-Nov-20063.6 KiB14379

config.guessH A D17-Aug-200743.5 KiB1,5171,305

config.h.inH A D14-Nov-20072.4 KiB9865

config.subH A D17-Aug-200732 KiB1,6271,483

configureH A D03-May-2022723.6 KiB22,91818,220

configure.acH A D14-Nov-20078.3 KiB326264

depcompH A D27-Nov-200615.6 KiB531330

install-shH A D27-Nov-20069 KiB324189

lash-1.0.pc.inH A D03-May-2022235 1210

lash-configure-templateH A D26-Sep-2006674 2320

ltmain.shH A D11-Jul-2007194.6 KiB6,9395,483

missingH A D27-Nov-200610.8 KiB361268

README

1LASH Audio Session Handler
2
3This is a daemon, a client library and a some clients that implement a session
4management system for audio applications on GNU/Linux.
5
6To get an idea of what it can do, I suggest doing this:
7
8$ ./configure
9$ make
10# make install
11$ lashd
12
13then, in different consoles, run lash_panel and lash_synth.  Make
14some Jack and Alsa Sequencer connections to the synth using aconnect and
15jack_connect (or your patch bay of choice).
16
17Play around with the settings of lash_synth, and click "Save Project" in the
18control panel (you'll have to select a directory to save to).  Then click
19"Close Project" and all running LASH clients should exit, and the project
20tab in lash_panel should disappear.
21
22Now use the "File->Open Session" menu item to open your saved project.  The
23synth (and any other runnings LASH clients) should restart, and all the Jack
24and Alsa MIDI connections should be restored.  Phat.
25
26The interesting header files are client_interface.h, types.h, config.h and
27event.h, all in the lash/ directory.  There is a partially complete
28texinfo manual in the docs/ directory.
29
30All source code is released under the GNU GENERAL PUBLIC LICENSE.  NO code
31in this release is under the GNU Lesser General Public License.
32

README.SECURITY

1Don't run this software
2