How to process audio output in a separate component plugin

Do you have implemented the IComponentHandler interface? And do you send parameter changes made via IComponentHandler::beginEdit(), ::performEdit () and ::endEdit () to the processor in the process function?

1 Like