diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-01-24 00:51:28 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 11:09:51 +0100 |
commit | dae2f830f245e43e1ac12e7a596a1c0344368fe5 (patch) | |
tree | f96e9f044a8d8c285385fd3aaab43cd709dba3c8 /src/drumgizmo.h | |
parent | 0070316e75f149d63eb0c0b00cbd9658bd04d503 (diff) |
Include the memchecker into the other DG code.
Especially, now check if a kit fits into RAM when loading it.
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r-- | src/drumgizmo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h index 2778092..3f84fdd 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -35,6 +35,7 @@ #include "events.h" #include "audiofile.h" #include "drumkit.h" +#include "memchecker.h" #include "drumkitloader.h" #include "audiocache.h" @@ -101,6 +102,7 @@ protected: AudioCache audioCache; DrumKit kit; + Memchecker memchecker; size_t framesize; bool freewheel; |