From 1acc49b21d850e035a2517930e6738b873953047 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 21 Mar 2023 02:32:05 -0400 Subject: Manual merge of chartFile branch --- common.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..991303f --- /dev/null +++ b/common.h @@ -0,0 +1,13 @@ +#ifndef COMMON_H +#define COMMON_H + +// Timing calculations {{{ + +// NanoSecond per tick +int nspt(const int nbpm, const int resolution); + +// }}} + +#include "common.cpp" +#endif // COMMON_H +// vim: syntax=cpp.doxygen -- cgit v1.2.3