<div dir="ltr">Michael,<div><br></div><div>Thanks. I think that I am in compliance.</div><div><br></div><div>Please tell me more about the new lvtk libraries. Can I just switch libraries and rebuild? Should I?</div><div><br>
</div><div>Regards,</div><div><br></div><div>Warren</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Dec 28, 2013 at 1:31 PM, Michael Fisher <span dir="ltr"><<a href="mailto:mfisher31@gmail.com" target="_blank">mfisher31@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 class="HOEnZb"><div class="h5"><br>
> On Dec 28, 2013, at 6:53 AM, Warren Koontz <<a href="mailto:profwub@gmail.com">profwub@gmail.com</a>> wrote:<br>
><br>
> I just completed what seems to be the first successful run of my "Multiverb" LV2 plugin with the current version of Audacity. At this point I only have a Linux version and it is loaded with couts for debugging. I also may need to tweak some parameters to prevent clipping. When I remove the couts it may even be real time safe, although I do memory allocation and freeing in activate and deactivate, respectively (without error checking!). I am awaiting judgement from the LV2 gurus on that issue. If dynamic allocation is a no-no, I have a Plan B ready.<br>

><br>
> Cheers,<br>
><br>
> Warren<br>
</div></div>> _______________________________________________<br>
> Devel mailing list<br>
> <a href="mailto:Devel@lists.lv2plug.in">Devel@lists.lv2plug.in</a><br>
> <a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in" target="_blank">http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in</a><br>
<br>
Allocating can be done in your ctor.  This is equivalent to instantiate.  Deallocation can happen in the dtor. This is equivalent to cleanup.  Both statements above apply to (the old) lv2-c++-tools and (the new) lvtk libraries.<br>

<br>
</blockquote></div><br></div>