Scriptnode delay line interpolation
-
Hi all,
Whats the best way to smoothen a change of delay time in a scriptnode network?
Ive used the smoother node receiving the time value and passing it on to the delay node (everything wrapped in a fix block), and this works fine for a single delay line. (screenshot below)
For multiple delay lines this is problematic, no matter what I change the bloc size setting to in the fix block, I still get sample popping.
Does anyone have any tips?
-
just realized the three nodes in the mod chain can be replaced by smoothed_parameter node
-
@JL-LV This is one of the rare cases that actually require per sample modulation:
Also, you definitely need to create a C++ class from it, the CPU usage will drop to about 25% of the interpreted graph.
-
@Christoph-Hart I create a c++ class for what exactly? the frame2_block? Unsure what you mean