Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-30 | Add LV2 quick start README. | Dave Robillard | 1 | -0/+18 | |
2009-05-25 | Working basic LV2 signal processing. | Dave Robillard | 2 | -75/+38 | |
LV2 plugins, short of any surprises, should work with the same basic functionality as LADSPA plugins. | |||||
2009-05-25 | Set class inPlaceBroken property. | Dave Robillard | 1 | -2/+5 | |
2009-05-03 | Working LV2 plugin discovery. | Dave Robillard | 3 | -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 |