Can you compile the effect as stereo version and then use 4 of them?
Not easily. We are using 6 instances of the effects and we already have an effect slot structure in place using 5 hardcoded effects (one per slot), of which only one is poly.
@argon I do this as well I ALWAYS clean the build folder and make sure I choose the right option when building but the issue persists.
My computer does not seem to recognize what and where the new build is and where it should be placed.
Whats weirder is that in the jucer file, ive tested by specifying a custom path for my builds to go to after compiling, and sometimes it works....and sometimes it doesnt....
The getAll... functions don't require additional allocation (as far as I know) so they are safe to use at runtime. By contrast you don't want to use Content.getComponent() at runtime.
@Christoph-Hart haha no problem, I don't need it absolutely right now, it has just piqued my interest.
I also took a quick look in the source code but didn't find anything yet. I'll look closer