Page 1 of 1

Posted: 06 Mar 2016, 21:55
by oli_lab
Hi,

I have trouble choosing between those two fonctions :

void sdkSmoothPrecision (TPrecision &oldValue, UsineEventPtr currentEvent, TPrecision factor)

void sdkSmoothEvent (TPrecision &oldValue, UsineEventPtr currentEvent, TPrecision target, TPrecision factor)


what I'm looking for is to read the value present on an input, at each bloc and getting a smoothed value out of the bloc when I'm working at sample level.

thanx