:: Re: [Frei0r] [PATCH] Remove extra i…
Top Page
Delete this message
Reply to this message
Author: salsaman
Date:  
To: Minimalistic plugin API for video effects
Subject: Re: [Frei0r] [PATCH] Remove extra input params from C++ update() methods.
On Fri, Sep 2, 2016 at 7:02 AM, Jaromil <jaromil@???> wrote:

> On Thu, 01 Sep 2016, Dan Dennedy wrote:
>
> >    script! Also, is that in a source repo somewhere in case others want
> to
> >    run it after their changes?

>
> I believe it is this one
> https://sourceforge.net/p/lives/code/HEAD/tree/trunk/
> tools/lives-rte-test.pl
>
>

Yes that is the correct script to run ! You will need to load / reload a
couple of clips first before running it.
The script will run each effect in turn. It will set each parameter in turn
to its min / max / default value.
It reports some errors, such as the default being outside the min / max
values.
Otherwise look for crashes with gdb (if the crash is in LiVES please report
it ;-) ) It's also possible to check with valgrind to look for memory leaks.


If somebody can remind me where the latest frei0r code is these days I will
run it myself too.