summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-05-02 12:21:16 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-05-02 12:32:45 +0200
commitcf790d239d4b5dfa772d5d1fdb112b8640a4a81a (patch)
tree8ddc552094fedb675d75e6082a94b2e31296d51b /plugin
parent2cad525e2babac75395caf367449d9e9b31fcd42 (diff)
Add powermap functionality to the engine for mapping input velocities through a Monotone cubic
splines due to Steffen.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in1
1 files changed, 1 insertions, 0 deletions
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 \