src/modules/jackrack/Makefile | 7 ++ src/modules/jackrack/factory.c | 115 +++++++++++++++++++++++++++++- src/modules/jackrack/filter_jackrack.yml | 57 +++++++++++++++ src/modules/jackrack/filter_ladspa.c | 49 +++++++++++-- src/modules/jackrack/filter_ladspa.yml | 28 +++++++ src/modules/jackrack/plugin_mgr.c | 4 +- 6 files changed, 252 insertions(+), 8 deletions(-)
New commits: commit 19f08c80c91642ea5bc676a49cba7834ecc6b2cf Author: Dan Dennedy <[email protected]> Date: Tue May 10 21:28:08 2011 -0700 Add service metadata for jackrack, ladspa, and ladspa.id. commit 81d9e78fdc4cab305c159a9e2601da6b06ca17fb Author: Dan Dennedy <[email protected]> Date: Tue May 10 21:27:31 2011 -0700 Add support for ladspa.id variants. This is much more convenient to use without having to compose the JACK Rack XML. Also, we will be able to add future support for property animation (automation), which JACK Rack lacks. However, it does still support loading and processing JACK Rack files. ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
