> Many thanks for those!
> 
> I'm currently packaging them for KXStudio, but noticed a small issue.
> The samplehold plugin (http://avwlv2.sourceforge.net/plugins/avw/samplehold)
> has 2 ports which are not input or output.
> 
> code from ttl file:
> * a lv2:AudioPort, lv2:CVPort ;* > lv2:index 3 ; > lv2:symbol "output" ; > lv2:name "Output" ; > lv2:default 0.0 ; > lv2:minimum -1.0 ; > lv2:maximum 1.0 ; > ] , [ > * a lv2:AudioPort, lv2:CVPort ;* > lv2:index 4 ; > lv2:symbol "gate" ; > lv2:name "Gate" ; > lv2:default 0.0 ; > lv2:minimum -1.0 ; > lv2:maximum 1.0 ;
> 
> Those 2 should have defined if they are input or output.

This should be fixed now in 0.1.3.
I just released it, it is available on Sourceforge.
@David: I followed your advise in Ingen - and I as well fixed on issue with the VCA Exp plugin.
Finally, the presets are as well fixed

Let me know if you find any other issues.

Aurélien