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. --- vst/Makefile.mingw32.in | 1 + 1 file changed, 1 insertion(+) (limited to 'vst') 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 \ -- cgit v1.2.3