Clarification about IComponent::setState and IComponent::getState

setState and getState are called in the UI Thread.
Note that the process call in the Audio Thread is still called during changing state (setState), the plugin has to take care about this… One possibility is to keep the new state in a struct and apply it to the processor model in the next process call.