juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.31k stars 1.67k forks source link

ProcessorChain: add forEach method #1353

Open aminya opened 4 months ago

aminya commented 4 months ago

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.