public
Description: SWH Plugins in LV2 format
Homepage: http://plugin.org.uk/
Clone URL: git://github.com/swh/lv2.git
Orcan Ogetbil (author)
Wed Nov 18 01:14:49 -0800 2009
swh (committer)
Fri Nov 20 21:45:14 -0800 2009
lv2 /
name age message
file .gitignore Wed Jun 17 10:38:18 -0700 2009 Add gitignore file [nedko]
file Makefile Fri Nov 20 21:45:14 -0800 2009 Correct permissions and timestamps of the insta... [Orcan Ogetbil]
file README Mon Jun 15 07:37:12 -0700 2009 first commit [garlik]
file extra.mk Fri Sep 25 07:41:33 -0700 2009 changes to build on OSX changes to plugin metadata [garlik]
directory gverb/ Mon Jun 15 07:40:10 -0700 2009 Added gverb sub-dir [garlik]
directory include/ Mon Jun 15 07:40:28 -0700 2009 Added include directory [garlik]
directory plugins/ Fri Sep 25 07:41:33 -0700 2009 changes to build on OSX changes to plugin metadata [garlik]
directory util/ Sat Jun 27 13:25:19 -0700 2009 Fix undefined symbols [Orcan Ogetbil]
directory xslt/ Fri Sep 25 07:41:33 -0700 2009 changes to build on OSX changes to plugin metadata [garlik]
README
SWH LV2 plugins

http://plugin.org.uk/

STATUS

This is an early experimental port of my LADSPA plugins to the LV2
specification, c.f. http://lv2plug.in/ . It's still quite early days, but most
things should work as well or not as they did in LADSPA.

BUILD

Linux / OSX: run "make"
Windows: run "make real-clean all" (untested, might wrk, might not)

INSTALL

run "make install-system" if you want the plugins installed globally, requires
root priviledges, or "make install-user" if you want them just installed for
the current user.

BUG REPORTS

Please report bugs to Steve Harris at steve at plugin.org.uk.

EDITING

If you wish to edit the source code (.xml files in the subdirectories of the
plugin direcotry) then you will need xsltproc installed. It's in the libxslt
package, which is part of gnome, I think.