Get processed buffer of a node in AudioProcessorGraph

Hi, I have a graph with a lot of nodes and I’d like to get the audioBuffer that comes in process block and the processed audioBuffer from process block of each node to analyze it, there’s a way without doing a lot of code? I’m using the AudioProcessorGraph NodeID and I’d like to maintain it as it is, also I don’t want to create an other processors to analyze those node or encapsulate each node in another graph.

Thank you!

1 Like