diff options
author | André Nusser <andre.nusser@googlemail.com> | 2020-05-02 12:21:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 12:32:45 +0200 |
commit | cf790d239d4b5dfa772d5d1fdb112b8640a4a81a (patch) | |
tree | 8ddc552094fedb675d75e6082a94b2e31296d51b /plugin/Makefile.mingw32.in | |
parent | 2cad525e2babac75395caf367449d9e9b31fcd42 (diff) |
Add powermap functionality to the engine for mapping input velocities through a Monotone cubic
splines due to Steffen.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
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 \ |