antic604 wrote: ↑15 May 2019
I think it has higher precision than REs (although I wonder if 10.3 changes regarding CV timing won't affect that) going down to 1/128 and - allegedly - up to 20h on the other end.
Let's see:
At 120 bpm, there are 2 beats a second, so 1/128 would be 1/256th of a second, or 3.90 ms.
At a 44,100 Hz sample rate with a 64 sample buffer (pre-10.3 default). CV runs at 44,100/64 updates a second. That's 1/689th of a second, or an update every 1.45 ms.
So with a 64-frame buffer, CV updates are still over twice as fast as this device can go (which is good if you're doing audio to CV). But that'll half each time you double the buffer size. Going above a 128-frame buffer will make it so CV can't generate 1/128th notes at 120 bpm. But also audio to CV won't either.