LADI Session Handler https://ladish.org/
Go to file
dave a917e28a95 Skeleton LADSPA->LV2 conversion utility.
git-svn-id: http://svn.drobilla.net/lad@245 a436a847-0d15-0410-975c-d299462d15a1
2007-01-10 04:13:33 +00:00
flowcanvas Added ability to get Raul Thread for current calling context. 2007-01-06 19:39:56 +00:00
ingen Alsa MIDI fixed. 2007-01-08 17:56:50 +00:00
miduts MMC printing support, and generic sysex raw dump 2006-06-16 02:50:22 +00:00
omins More build system fixes, everything now builds against the local copy if toplevel scripts are used. 2006-10-05 02:40:43 +00:00
patchage Fix for redundant buffer size setting bug (courtesy nedko). 2007-01-05 00:45:53 +00:00
raul Added ability to get Raul Thread for current calling context. 2007-01-06 19:39:56 +00:00
slv2 Skeleton LADSPA->LV2 conversion utility. 2007-01-10 04:13:33 +00:00
Makefile.am Moved slv2 directory for consistency 2006-10-08 05:08:55 +00:00
README More build system fixes, everything now builds against the local copy if toplevel scripts are used. 2006-10-05 02:40:43 +00:00
autogen.sh Output actual tabs instead of \t 2006-10-16 05:19:59 +00:00
configure.ac Fix for building against local RAUL. 2007-01-07 17:41:44 +00:00

README

This is not a "project", but an entire repository of code containing many
projects (checked out from http://codeson.net).  The only common thread
tying it all together is that I wrote it.  Hi. :)

There are build scripts in this directory for convenience, but every
subdirectory can be used individually as an independent (autotoolized)
project.

'./configure --help=recursive' will give you a (horribly large and bloated)
listing of all configure options which you can pass to the top level
configure script to build everything however you like.

NOTE: if you use the top-level configure/make, everything will be built
against the local copies in this tree, but if you compile the packages
yourself, they will build against the libraries installed on your system.

Enjoy,

-Dave