JUCE
JUCE copied to clipboard
ProcessorChain: add forEach method
This pull request adds forEach method to the ProcessorChain.
This allows for calling a common custom function on each processor defined without the need to manually use the get method for each of them.