On Wed, May 31, 2017 at 3:05 PM, Paul Miller <
email@hidden> wrote:
I tried to do this in addParameter as default value, but it is only
called once per session. Further instantiation of the generator does
just a clone from the first created instance.
There also seem to be no callbacks, where I could hook in with that...
Any ideas how to achieve this?
Unfortunately, no. Hopefully Darrin will have an idea for you.
I see. After reading a little bit further I understand the reasoning
behind. As I am not allowed to set parameters outside the GUI thread,
it makes sense, that calls from other threads are not allowed.
But as there are so few chances to hook into the system, I don't know,
how I could programmatically do anything.
Is there a chance to give a little more callbacks, e.g when restoring
of parameters was finished, or even a timer callback from the GUI
thread with a low rate like 5 times/sec would at least allow to
synchronise stuff...
I am aware, that what I do is not standard, but I think a little more
freedom for plugins should be possible.
Or maybe some of that is already possible? Darrin?