Working LV2 plugin discovery.
authorDave Robillard <dave@drobilla.net>
Wed, 29 Apr 2009 03:24:45 +0000 (23:24 -0400)
committerStefan Kost <ensonic@users.sf.net>
Mon, 22 Jun 2009 19:25:03 +0000 (22:25 +0300)
commitea184d72f532e4178221d7aa8881481f7f76798d
tree5e7a09e3172abcf609097e2e6d061f2f1a8ac652
parent1d464a7eddeb2a3b2f2d024a4ce121d288ea54db
Working LV2 plugin discovery.

- Separate gstsignalprocessor into a separate library (not sure if this
  is in the right place, but it works for now anyway)
- Create LV2 element based on LADSPA element, port most discovery
  functionality
12 files changed:
configure.ac
ext/Makefile.am
ext/ladspa/Makefile.am
ext/ladspa/gstladspa.h
ext/lv2/Makefile.am [new file with mode: 0644]
ext/lv2/gstlv2.c [new file with mode: 0644]
ext/lv2/gstlv2.h [new file with mode: 0644]
gst-libs/gst/Makefile.am
gst-libs/gst/signalprocessor/.gitignore [new file with mode: 0644]
gst-libs/gst/signalprocessor/Makefile.am [new file with mode: 0644]
gst-libs/gst/signalprocessor/gstsignalprocessor.c [moved from ext/ladspa/gstsignalprocessor.c with 100% similarity]
gst-libs/gst/signalprocessor/gstsignalprocessor.h [moved from ext/ladspa/gstsignalprocessor.h with 100% similarity]