I have this which I declared in PluginEditor.h, mIansTextEditor
Its a textbox. In PluginEditor.cpp I draw it on the screen, set its size etc.
But in PluginProcessor.cpp , prepareToPlay, I want to write some text in there. But PluginProcessor.cpp does not have access to mIansTextEditor.
Whats the best way to make it available in PluginProcessor.cpp ?