diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-01-24 00:47:42 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 11:09:51 +0100 |
commit | 0070316e75f149d63eb0c0b00cbd9658bd04d503 (patch) | |
tree | 8b7c1738581b08eb67fc65694ba4a9ff3b68bae4 /vst/Makefile.mingw32.in | |
parent | 9f904b80a83465f945cb66cae4666d663b82c5d7 (diff) |
Implement memchecker to ensure a drumkit fits into RAM.
It's a class that can calculate the available free RAM (or rather a rough
estimation of it) and the size of the drumkit when loaded into RAM
and provides a plugic method to check if the drumkit then fits into RAM.
Diffstat (limited to 'vst/Makefile.mingw32.in')
-rw-r--r-- | vst/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index 1caf926..bf0e7f4 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -26,6 +26,7 @@ DG_SRC = \ @top_srcdir@/src/events.cc \ @top_srcdir@/src/instrument.cc \ @top_srcdir@/src/instrumentparser.cc \ + @top_srcdir@/src/memchecker.cc \ @top_srcdir@/src/messagehandler.cc \ @top_srcdir@/src/messagereceiver.cc \ @top_srcdir@/src/midimapparser.cc \ |