void PluginEditor::timerCallback()
{
// Called by the host
Shouldn't this be:
// Called by self (this)
As the PluginEditor class is also a Timer?
Cheers
void PluginEditor::timerCallback()
{
// Called by the host
Shouldn't this be:
// Called by self (this)
As the PluginEditor class is also a Timer?
Cheers
I can't find that code anywhere..
It is inserted by the Introjucer when you create a new project, into the Editor code
No.. don't think so. Maybe you're looking at an old version?