Hi guys
I have 4 standard files as created by the introducer, i haven’t changed anything, the files are
PluginProcessor.cpp
PluginProcessor.h
PluginEditor.cpp
PluginEditor.h
In the PluginEditor i have created a simple textEditor object using the IntroJucer.
How can i access this text editor from the PluginProcessor.cpp within the processBlock function.
Basically i want to take midi messages and display them in this text editor using the setText function of the textEditor object
Thanks