From 0070316e75f149d63eb0c0b00cbd9658bd04d503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 24 Jan 2016 00:47:42 +0100 Subject: 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. --- src/Makefile.am.drumgizmo | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am.drumgizmo') 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 \ -- cgit v1.2.3