#ifndef UTILS_H
#define UTILS_H

float interpolate(float lag, float from, float to);

#endif