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. --- plugin/Makefile.mingw32.in | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 067a132..c577e02 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -38,6 +38,7 @@ DG_SRC = \ @top_srcdir@/src/midimapper.cc \ @top_srcdir@/src/path.cc \ @top_srcdir@/src/powerlist.cc \ + @top_srcdir@/src/powermap.cc \ @top_srcdir@/src/random.cc \ @top_srcdir@/src/sample.cc \ @top_srcdir@/src/sample_selection.cc \ -- cgit v1.2.3