Cable table latency/sync issue.
-
@Christoph-Hart Ok, will try this.
- is this consistent between buffer settings ?
- Does this get rid of the starting bump ?
-
- Yes (at least for the part of the signal path that I've tested), not sure what you're doing afterwards
- The starting bump is created by the stock LFO module right? I was only referring to the clock_ramp node.
-
- Not doing too much afterwards and results were the same when I bypassed all that.
- Starting bump was also caused by the Scriptnode, although I will test it again.
Is your testing done via the add to signal from the clockramp or is it audio through a gain module ?
My test was Audio on a track in reaper through Hise plugin exported as FX.
Scriptnode table controlling a gain module. -
@lalalandsynth well the gain is smoothed so there‘s your source for the bump…
-
@Christoph-Hart I see, that will not cause a problem for me in this case as I am using this for cc output , no bump there.
Although if used for "sidechain" style volume, or as a send envelope into an fx this would cause a problem. Is there a way to get the table to operate on gain without any smoothing , or at least with settable smoothing, don´t need that much to get rid of clicks.
Also a bit strange that the "tail" shows up in the beginning, It would make sense when it loops.
-
settable smoothing
There's literally a Smoothing parameter on the gain node :)
-
@Christoph-Hart Indeed , but it was set for no smoothing.
Unless I messed up my test? I will check when I get back to the studio. -
If you get away with it I would recommend using the
math.mul
node instead of the gain node, it's a bit faster and doesn't require a db->linear value conversion on each modulation update. -
@Christoph-Hart There are still some problems.
Latest build.
Testing with 8 block, buffer set to 128 there are differences between Synced and Continuous.
Synced is earlier , 3.1 ms
There is also a lot of jitter on both.
Here is a demonstration of synced jitter. (recorded in a loop in reaper, switching between takes)
Here is a demonstration of Continuous jitter. (recorded in a loop in reaper, switching between takes) Maybe its not jitter as it seems to be earlier and earlier rather then just moving about?
It also looks like the "Jitter" or "earlyness" is worse with a higher buffer.
512 Buffer and it jumps from 127 samples to 433 in the next take.
As opposed to 16 buffer where it moves from 55 to 72 samples.
BTW: I did indeed have some smoothing on the gain module in my previous examples. ;)
-
Here is my setup , basically for this test though I am just sending a clock ramp to a cable table and from there to a gain module (no smoothing this time ;) )