Delay time limited to 1500ms
-
@Christoph-Hart Not a big problem but I just noticed that the FX Delay Time seems to be limited to 1500ms, no matter how far you push it...
-
Yes, the internal buffers of the delay module are set to 65536 samples, which is a little bit more than a second on 44kHz.
However you can change it, it's just a template parameter in
hi_dsp/modules/DspCoreModules.h
(line 19).