Hey Jules,
I have a AudioProcessorPlayer and I want to handle the midi events sent by its processor. However these events are stored in the incomingMidi member, which is private. So at that point there is no way to access them, apart from duplicating the entire juce_AudioProcessorPlayer class.
My proposed change is, please make the incomingMidi member protected :)
Thanks,
'Tick