Is IComponent::getState()/setState() thread-safe?

Hi
there is in the SDK documention a workflow diagram “Audio Processor Call Sequence”, setState and getState are called normally from the UI Thread when the plugin is used in a realtime context, in an offline context set/getState could be called in the same thread than the process call.

We will add some more explanation in the SDK doc.

Cheers