Hey.
I’m currently developing an application on top of Daisy Patch, but I think those things should be generic.
I want to ask for some tips about how to process incoming CV (and manual knobs twiddling too) smoothly.
I’m currently using the Parameter
class from libDaisy (https://github.com/electro-smith/libDaisy/blob/332dc9b6e3272539c632069acb64b3ad69311816/src/hid/parameter.h#L12) with the linear curve.
In some places, there is a pretty audible jittery with no modulation at all, but in most cases, a jittery feel is when the rate of the modulation is fast (but not audio rate).
Should I use some kind of interpolation instead of Parameter
class usage or there is an already implemented approach?