<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">> Many thanks for those!

<span style="font-family:arial">> </span>I'm currently packaging them for KXStudio, but noticed a small issue.
<span style="font-family:arial">> </span>The samplehold plugin (<a href="http://avwlv2.sourceforge.net/plugins/avw/samplehold">http://avwlv2.sourceforge.net/plugins/avw/samplehold</a>)
<span style="font-family:arial">> </span>has 2 ports which are not input or output.
<pre style="white-space:pre-wrap">> </pre><pre style="white-space:pre-wrap"><span style="font-family:arial">> </span><span style="font-family:arial">code from ttl file:</span><br></pre><span style="font-family:arial">> </span>*        a lv2:AudioPort, lv2:CVPort ;*
<span style="font-family:arial">> </span>        lv2:index 3 ;
<span style="font-family:arial">> </span>        lv2:symbol "output" ;
<span style="font-family:arial">> </span>        lv2:name "Output" ;
<span style="font-family:arial">> </span>        lv2:default 0.0 ;
<span style="font-family:arial">> </span>        lv2:minimum -1.0 ;
<span style="font-family:arial">> </span>        lv2:maximum 1.0 ;
<span style="font-family:arial">> </span>    ] ,    [
<span style="font-family:arial">> </span>*        a lv2:AudioPort, lv2:CVPort ;*
<span style="font-family:arial">> </span>        lv2:index 4 ;
<span style="font-family:arial">> </span>        lv2:symbol "gate" ;
<span style="font-family:arial">> </span>        lv2:name "Gate" ;
<span style="font-family:arial">> </span>        lv2:default 0.0 ;
<span style="font-family:arial">> </span>        lv2:minimum -1.0 ;
<span style="font-family:arial">> </span>        lv2:maximum 1.0 ;
<pre style="white-space:pre-wrap">> </pre><span style="font-family:arial">> </span>Those 2 should have defined if they are input or output.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">
This should be fixed now in 0.1.3.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">I just released it, it is available on Sourceforge.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">@David: I followed your advise in Ingen - and I as well fixed on issue with the VCA Exp plugin.</pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0)">Finally, the presets are as well fixed</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Let me know if you find any other issues.</pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Aurélien</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre></div>