Re: Oversampling a One Pole Filter Limits Frequency Range?
Hi, I'm referring to this old post to clarify how to use internal oversampling when a filter is enabled in the fx chain. I wrote this line to ensure internal HISE oversampling within the entire project:
Engine.setMinimumSampleRate(96000.0);
But now, the notes sound an octave lower and the filter has a limited cutoff frequency extension.
Could you help me understand it and fix it?