Simple way to render AudioProcessorGraph output?

Dear audio developers,

currently I’m rendering my output via JACK routing to an Audio Editor and then recording.

Is there a way I could it inside Juce with the

AudioGraphIOProcessor (as audioOutputNode)

?

Or maybe you know another simple way ? If it is necessary to implement the recording feature by myself, then of course I’ll do it.

Thanks for feedback in advance.

Couldn’t you simply add another custom AudioProcessor just before the audioOutputNode. You would have to write this AudioProcessor yourself but it shouldn’t be too hard.