#include "delay.h" #include "sust.h" #include "gate.h" struct FxData { uint64_t last_tap; struct delay delay; struct sust sust; struct gate gate; unsigned prog; //! elapsed time in number of samples uint64_t time; };