summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/control_math.h
AgeCommit message (Collapse)Author
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-01-19Optimize exponential interpolation.Robin Gareus
2017-06-21compilation requires <stdint.h>Paul Davis
2017-06-21Centralize control-parameter math functions in libpbd.Robin Gareus
Functions formerly in ardour/util.h and some more functions. The main motivation is libevoral which can use libpbd but not libardour. The eventual goal is to consolidate various different interpolation, scaling and deflection methods.