Hi, I have a simple question
When the plugin is inside Filter::processBlock, the function Filter::setParameter could be called by the host or by Editor::setParameterNotifyingHost?
Thank’s
Robert
Hi, I have a simple question
When the plugin is inside Filter::processBlock, the function Filter::setParameter could be called by the host or by Editor::setParameterNotifyingHost?
Thank’s
Robert
Yes, there’s no locking around the parameters - you’d need to handle any thread-safety issues yourself.