summaryrefslogtreecommitdiff
path: root/src/Makefile.am.drumgizmo
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-24 00:47:42 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-02-09 11:09:51 +0100
commit0070316e75f149d63eb0c0b00cbd9658bd04d503 (patch)
tree8b7c1738581b08eb67fc65694ba4a9ff3b68bae4 /src/Makefile.am.drumgizmo
parent9f904b80a83465f945cb66cae4666d663b82c5d7 (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 'src/Makefile.am.drumgizmo')
-rw-r--r--src/Makefile.am.drumgizmo1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am.drumgizmo b/src/Makefile.am.drumgizmo
index 57b6362..3248702 100644
--- a/src/Makefile.am.drumgizmo
+++ b/src/Makefile.am.drumgizmo
@@ -18,6 +18,7 @@ DRUMGIZMO_SOURCES = \
$(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 \