On Thu, Sep 12, 2002 at 04:36:43 +0100, Nathaniel Virgo wrote:
I was wondering if anyone has any ideas on the best
way to test/debug some
LADSPA plugins that I've written (using the cmt framework). There is
applyplugin but it can't test plugins that only output control signals (I'm
currently using SSM to test these but it's a bit cumbersome), and I'd also
like to be able to test run_adding.
I don't know of one.
I'l gladly help though, I've been meaning to write a test harness
plugin host for months. I was going to feed in lost of out-of-range data
and unusual things to check for segfauls and consistent CPU use (if the
plugin claims to be HARD_RT_CAPABLE).
I have a modified version of applyplugin that reports CPU use if you want
that.
- Steve