<div class="gmail_quote">On Sun, Jan 20, 2013 at 1:39 PM, Aurélien Leblond <span dir="ltr"><<a href="mailto:blablack@gmail.com" target="_blank">blablack@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello everyone,<div><br></div><div>I just released today a new version of the avw.lv2 plugins.</div><div><br></div><div>As a reminder, this project started as a porting of the Alsa Modular Synth internal modules to LV2 plugins: VCO, LFO, VCF, etc... Teamed up with Ingen, they can be used to create modular synths or analog drum machines (but the list is not exhaustive!).</div>

<div><br></div><div>But in the latest versions, the suite saw the addition of a few other plugins not coming from AMS:</div><div>- a (very basic) DownSampler that can be used as a filter to degrade the sound</div>
<div>- a Granulator which is a granular effect for real time audio - interesting for VCOs, but as well for vocals, guitars or even drums</div><div>- a Beat Repeater and a Beat Slicer: the Beat Repeater would repeat a certain number of beats, where the Beat Slicer would repeat randomly beats in a bar - again I find them pretty interesting for drums and guitars</div>

<div><br></div><div>They can be downloaded here:</div><div><a href="http://sourceforge.net/projects/avwlv2/files/avw.lv2-0.1.2.tar.gz/download" target="_blank">http://sourceforge.net/projects/avwlv2/files/avw.lv2-0.1.2.tar.gz/download</a><br>

</div><div><br></div><div>SVN: svn checkout svn://<a href="http://svn.code.sf.net/p/avwlv2/code/trunk" target="_blank">svn.code.sf.net/p/avwlv2/code/trunk</a> avw.lv2</div><div>GIT: git clone <a href="https://github.com/blablack/avw.lv2.git" target="_blank">https://github.com/blablack/avw.lv2.git</a></div>

<div><br></div><div>For Ubuntu users, a PPA is available: <a href="https://launchpad.net/~blablack/+archive/music-prod" target="_blank">https://launchpad.net/~blablack/+archive/music-prod</a></div><div><br></div><div>
<br></div><div>Finally, although I have been tested these plugins extensively and wrote them to be easy and straight forward to use, please please please provide any ideas, feedbacks, bug reports, anything to improve them!</div>

<div><br></div><div>Hope you enjoy them!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Aurélien</div></font></span></div><br></blockquote></div><br>Many thanks for those!<br><br>I'm currently packaging them for KXStudio, but noticed a small issue.<br>
The samplehold plugin (<a href="http://avwlv2.sourceforge.net/plugins/avw/samplehold">http://avwlv2.sourceforge.net/plugins/avw/samplehold</a>) has 2 ports which are not input or output.<br><br>code from ttl file:<br><b>        a lv2:AudioPort, lv2:CVPort ;</b><br>
        lv2:index 3 ;<br>        lv2:symbol "output" ;<br>        lv2:name "Output" ;<br>        lv2:default 0.0 ;<br>        lv2:minimum -1.0 ;<br>        lv2:maximum 1.0 ;<br>    ] ,    [<br><b>        a lv2:AudioPort, lv2:CVPort ;</b><br>
        lv2:index 4 ;<br>        lv2:symbol "gate" ;<br>        lv2:name "Gate" ;<br>        lv2:default 0.0 ;<br>        lv2:minimum -1.0 ;<br>        lv2:maximum 1.0 ;<br><br>Those 2 should have defined if they are input or output.<br>
<br>thanks again!<br><br>