diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-19 08:32:44 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-19 08:32:44 +0100 |
commit | 22b99e7d0379d1b347ea04c27e46b83ed40d057b (patch) | |
tree | 3b0daf93a9f953cf0b9c9e6ad05dff762b02315b /src/drumgizmo.h | |
parent | 2a9dda465230b3b129dc942095a7c8a99ef5fa50 (diff) |
Split CacheManager into several AudioCache classes and refactored the lot of them. Unit tests added.
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r-- | src/drumgizmo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h index 041ca35..1e38e08 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -37,7 +37,7 @@ #include "drumkit.h" #include "drumkitloader.h" -#include "cachemanager.h" +#include "audiocache.h" #include "mutex.h" @@ -96,7 +96,7 @@ private: std::map<std::string, AudioFile *> audiofiles; - CacheManager cacheManager; + AudioCache audioCache; DrumKit kit; size_t framesize; |