Hello JUCErs!
My question is pretty straightforward: is there a way to set the volume of an AudioProcessorGraph
, in order to affect the volume of ALL the nodes reproducing audio?
If there’s the necessity, I will post parts of my code
Hello JUCErs!
My question is pretty straightforward: is there a way to set the volume of an AudioProcessorGraph
, in order to affect the volume of ALL the nodes reproducing audio?
If there’s the necessity, I will post parts of my code
No, normally you’d stick a gain effect before the output node, or alternatively you could apply a gain directly to the audio buffer passed to the graph.