From cf790d239d4b5dfa772d5d1fdb112b8640a4a81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 2 May 2020 12:21:16 +0200 Subject: Add powermap functionality to the engine for mapping input velocities through a Monotone cubic splines due to Steffen. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a8e5c74..09df750 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,6 +58,7 @@ libdg_la_SOURCES = \ midimapper.cc \ path.cc \ powerlist.cc \ + powermap.cc \ random.cc \ sample.cc \ sample_selection.cc \ @@ -113,6 +114,7 @@ EXTRA_DIST = \ path.h \ platform.h \ powerlist.h \ + powermap.h \ random.h \ range.h \ rangemap.h \ -- cgit v1.2.3