summaryrefslogtreecommitdiffstats
path: root/ext/lv2
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25Use GST_WARNING instead of fprintf.Dave Robillard1-2/+2
2009-06-22Merge branch 'fdo' into lv2Dave Robillard2-3/+9
2009-06-22signalprocessor: use $(top_builddir) instead of relative pathsStefan Kost2-3/+9
2009-06-22Working LV2 plugin discovery.Dave Robillard3-0/+673
- 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 Robillard2-22/+63
Replace port index arrays with a struct for holding more information than just indices (e.g. groups).
2009-05-30Add LV2 quick start README.Dave Robillard1-0/+18
2009-05-25Working basic LV2 signal processing.Dave Robillard2-75/+38
LV2 plugins, short of any surprises, should work with the same basic functionality as LADSPA plugins.
2009-05-25Set class inPlaceBroken property.Dave Robillard1-2/+5
2009-05-03Working LV2 plugin discovery.Dave Robillard3-0/+673
- 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