[LV2] Success!

Warren Koontz profwub at gmail.com
Sat Dec 28 11:18:22 PST 2013


Michael,

Thanks. I think that I am in compliance.

Please tell me more about the new lvtk libraries. Can I just switch
libraries and rebuild? Should I?

Regards,

Warren


On Sat, Dec 28, 2013 at 1:31 PM, Michael Fisher <mfisher31 at gmail.com> wrote:

>
> > On Dec 28, 2013, at 6:53 AM, Warren Koontz <profwub at gmail.com> wrote:
> >
> > 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.
> >
> > Cheers,
> >
> > Warren
> > _______________________________________________
> > Devel mailing list
> > Devel at lists.lv2plug.in
> > http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in
>
> 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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lv2plug.in/pipermail/devel-lv2plug.in/attachments/20131228/6c7f9856/attachment-0002.htm>


More information about the Devel mailing list