[LV2] [PATCH 1/5] add eg05-scope example plugin
David Robillard
d at drobilla.net
Sun Dec 15 10:56:23 PST 2013
On Sun, 2013-12-15 at 19:08 +0100, Robin Gareus wrote:
> On 12/15/2013 07:06 PM, David Robillard wrote:
> > Are there really any scenarios where it would actually be useful to do
> > so anyway?
>
> openGL vblank sync (plugin does not use host's display thread).
Okay, because the UI itself is interacting with system level things that
might be in a different thread?
If the host itself is not calling plugin functions concurrently, then
it's fine. What the UI does internally is its own problem.
I will remove the locking from the example then.
--
dr
More information about the Devel
mailing list