summaryrefslogtreecommitdiffstats
path: root/ext/lv2/gstlv2.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17LV2 preset support.Dave Robillard1-1/+17
2009-08-12Multi-channel support with channel positions.Dave Robillard1-0/+3
This queries port roles from the LV2 data and converts it into GStreamer channel positions. This should allow any type of multi-channel plugin (including beyond stereo, e.g. surround) to work fine in GStreamer, and with elements that require channel positions to be explicitly stated.
2009-07-03Working multi-channel pads for LV2 plugins.Dave Robillard1-7/+17
2009-06-22Merge branch 'fdo' into lv2Dave Robillard1-1/+1
2009-06-22signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost1-1/+1
2009-06-22Working LV2 plugin discovery.Dave Robillard1-0/+76
- 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
2009-06-20Query and store port group information.Dave Robillard1-4/+11
Replace port index arrays with a struct for holding more information than just indices (e.g. groups).
2009-05-25Working basic LV2 signal processing.Dave Robillard1-3/+2
LV2 plugins, short of any surprises, should work with the same basic functionality as LADSPA plugins.
2009-05-03Working LV2 plugin discovery.Dave Robillard1-0/+76
- 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