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

Hi,
please never ever use a lock/mutex or whatever it is called on the audio process thread.
To exchange data to the audio process thread use an atomic value.

Cheers,
Arne