Delay time limited to 1 second ?
-
Hi,
I'm experimenting with different delay effects in scriptnode, (jDelay, core delay and i tried build-in FX Delay). However, I've noticed that no matter what I do, the delay time doesn't go beyond 1 second.
For example, even if I set the built-in delay to 20,000 ms, the actual delay still sounds like it's capped at around 1 second. The same thing happens with jDelay and core delay.
Is there a known limitation on delay time in these effects? Or is there something I'm missing in the configuration?
Thanks in advance,
-
@Yinxi you need to look at the extra definition:
HISE_MAX_DELAY_TIME_SAMPLES=xxxxxxx
-
@Lindon
Thanks!But sorry
, I still can't figure out how to access or modify HISE_MAX_DELAY_TIME_SAMPLES.
For example, in scriptnode, when using djDelay, how exactly do I access the extra definition you're referring to?
-
@Yinxi no not in scriptnode, here:
You may well need to compile HISE and your project with this setting.
Here's a list of settings for later:
-
Thanks!
-
@Yinxi You can also use the top toolbar> Help> About HISE to access some of these project settings :)
-
@Lindon
Sorry, I'm having an issue again, I must be doing something wrong.
I tried compiling with the extra definition in JUCE, and I can see that the extra delay time is recognized in the Help > Toolbar info.However, as soon as I use jDelay with a delay time above 3 seconds, HISE crashes.
.
Do I just need to write the line in the HISE settings?
But then, how do I compile it so that it actually takes effect? -
@Lindon
262144 <- How did you come up with this number? -
@Oli-Ullmann said in Delay time limited to 1 second ?:
@Lindon
262144 <- How did you come up with this number?its right there in the documentation...
-
@Yinxi you will need it BOTH Hise and your project.
-
@Lindon
Mhh, I'm not sure I fully understand what "compiling the project" means exactly.
I get the part about compiling HISE itself, but I thought compiling a project was just the same as exporting it as a VST or instrument.
Anyway, I simply created a new project from scratch and now 5sec delay with jdelay in scriptnode works!
Thanks a lot! -
@Lindon
Ah, I didn't see that. Thanks to you. :-)