|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| clients/ | H | 03-May-2022 | - | 7,146 | 5,543 |
| docs/ | H | 03-May-2022 | - | 10,134 | 9,020 |
| icons/ | H | 03-May-2022 | - | 409 | 351 |
| lash/ | H | 03-May-2022 | - | 2,060 | 1,196 |
| lashd/ | H | 03-May-2022 | - | 9,398 | 6,791 |
| liblash/ | H | 03-May-2022 | - | 3,987 | 2,907 |
| m4/ | H | 03-May-2022 | - | 428 | 366 |
| pylash/ | H | 03-May-2022 | - | 850 | 621 |
| AUTHORS | H A D | 09-Jun-2006 | 192 | 10 | 6 |
| COPYING | H A D | 13-Sep-2005 | 17.6 KiB | 341 | 281 |
| ChangeLog | H A D | 14-Nov-2007 | 13.4 KiB | 420 | 285 |
| ChangeLog.old | H A D | 27-Mar-2006 | 6.1 KiB | 168 | 142 |
| INSTALL | H A D | 13-Sep-2005 | 9 KiB | 230 | 175 |
| Makefile.am | H A D | 09-Apr-2007 | 712 | 23 | 19 |
| Makefile.in | H A D | 03-May-2022 | 21.9 KiB | 713 | 633 |
| NEWS | H A D | 14-Nov-2007 | 3.6 KiB | 106 | 79 |
| README | H A D | 19-Sep-2005 | 1.2 KiB | 32 | 23 |
| README.SECURITY | H A D | 09-Jun-2006 | 24 | 2 | 1 |
| TODO | H A D | 14-Nov-2007 | 484 | 18 | 15 |
| acinclude.m4 | H A D | 09-Apr-2007 | 4.4 KiB | 85 | 83 |
| aclocal.m4 | H A D | 14-Nov-2007 | 273 KiB | 7,774 | 6,978 |
| common.am | H A D | 13-Sep-2005 | 30 | 2 | 1 |
| compile | H A D | 27-Nov-2006 | 3.6 KiB | 143 | 79 |
| config.guess | H A D | 17-Aug-2007 | 43.5 KiB | 1,517 | 1,305 |
| config.h.in | H A D | 14-Nov-2007 | 2.4 KiB | 98 | 65 |
| config.sub | H A D | 17-Aug-2007 | 32 KiB | 1,627 | 1,483 |
| configure | H A D | 03-May-2022 | 723.6 KiB | 22,918 | 18,220 |
| configure.ac | H A D | 14-Nov-2007 | 8.3 KiB | 326 | 264 |
| depcomp | H A D | 27-Nov-2006 | 15.6 KiB | 531 | 330 |
| install-sh | H A D | 27-Nov-2006 | 9 KiB | 324 | 189 |
| lash-1.0.pc.in | H A D | 03-May-2022 | 235 | 12 | 10 |
| lash-configure-template | H A D | 26-Sep-2006 | 674 | 23 | 20 |
| ltmain.sh | H A D | 11-Jul-2007 | 194.6 KiB | 6,939 | 5,483 |
| missing | H A D | 27-Nov-2006 | 10.8 KiB | 361 | 268 |
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