[Solved] If the PDC of FX oversampled by x times is not a multiple of x, the output i
If the PDC of an oversampled FX by x times is not a multiple of x, the output is delayed by (PDC%x/x) spls.
To be precise, when the oversampling of REAPER is 4x, PDC from 0 to 3 is actually 0, from 4 to 7 is actually 4, and from 40 to 43 is actually 40, so I think the cause is that the delay is shifted from the delay expected by the plug-in.
If this is used with 2x oversampling, the output should be 0.5 samples earlier, and if used with 4x oversampling, the output should be 0.25 samples earlier.