Hi guys, I solved the problem with the pma node. I hope this can be useful for all:
@aaronventure from a math pov your advice is super! I'll try to apply it with a custom Faust module.
Bye!
Hi guys, I solved the problem with the pma node. I hope this can be useful for all:
@aaronventure from a math pov your advice is super! I'll try to apply it with a custom Faust module.
Bye!
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?
@clevername27 is not polyphony meant to multi notes instead of multichannel?
@ally yeah it works! This is the final result (but if can be better please let me know):
HI! I created a ScriptNode to control a Faust filter. But I noticed that after this script the signal became mono, and then I couldn't pan my OSCs sampler into the Synthesizer Group. What I'm doing wrong?
@aaronventure ooooook now it works, I confused the previous message. Thanks!!