AudioProcessorGraph::isNonRealtime()

Hello guys!

I think I've discovered a bug in AudioProcessorGraph.

AudioProcessorGraph overrides AudioProcessor::setNonRealtime, but doesn't call its super class' function.

This causes the AudioProcessor's member variable nonRealtime not to be updated, so if I call AudioProcessorGraph::isNonRealtime(), it always returns false.

Cheers! 

Good catch! Thanks, will get that sorted out right away!