JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

ProcessorChain: add forEach method

Open aminya opened this issue 1 year ago • 0 comments

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.

aminya avatar Feb 17 '24 06:02 aminya