Hello
Im a beginner learning JUCE, and I’m trying to create a plugin with a processorchain that my input signal in my DAW will go through, then output the processed signal.
I was looking into AudioProcessorGraph, and was trying to use that to complete this.
I want to add a chorus and gain node. After I create the graph, how do I create and connect the nodes?
