summaryrefslogtreecommitdiffstats
path: root/ext/lv2
AgeCommit message (Collapse)AuthorFilesLines
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