aboutsummaryrefslogtreecommitdiff
path: root/audio/lash
Commit message (Collapse)AuthorAgeFilesLines
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 0.5.3.Edward Tomasz Napierala2007-06-0411-91/+15
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=192754
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove workarounds for FreeBSD 4.Edward Tomasz Napierala2007-04-171-5/+1
| | | | | | | | | PR: ports/111666 Submitted by: edwin Approved by: miwi (mentor) Notes: svn path=/head/; revision=190185
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* LASH is a session management system for JACK audio applications.Martin Wilke2007-01-1312-0/+199
It is an implementation of a proposal that originated from this discussion. 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. LASH doesn't deal with any kind of audio data itself; it just runs programs, deals with saving/loading (arbitrary) data and connects different kinds of virtual audio ports together (currently JACK and ALSA sequencer ports). It can also be used to move entire sessions between computers, or post sessions on the Internet for download. WWW: http://www.nongnu.org/lash/ PR: ports/107875 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182325