Logically I cannot interact with UI inside AudioProcessor::processBlock because it is called by the audio thread.
But can I use a UI functions in other functions of my filter class?
I.E. Can I display a message box (using the AlertWindow class) inside my filter class constructor or inside setStateInformation ?
Thank’s for your help.