diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-10 18:20:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:11:42 +0200 |
commit | b360c7cf59cc87f79972fcdd82164834f97833b0 (patch) | |
tree | b1aaf60c111ab07c98566053ed27c345a04f99e0 /src/drumkitloader.h | |
parent | fd696ac4f08dbd269aca0772e7e311775d84bb0c (diff) |
Add new DOMLoader class and unit-test.
Diffstat (limited to 'src/drumkitloader.h')
-rw-r--r-- | src/drumkitloader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drumkitloader.h b/src/drumkitloader.h index d14a321..9bd2af9 100644 --- a/src/drumkitloader.h +++ b/src/drumkitloader.h @@ -29,6 +29,7 @@ #include <string> #include <list> #include <mutex> +#include <vector> #include "thread.h" #include "semaphore.h" @@ -38,6 +39,9 @@ #include "audioinputengine.h" #include "audiocache.h" +class DrumkitDOM; +class InstrumentDOM; + //! This class is responsible for loading the drumkits in its own thread. //! All interaction calls are simply modifying queues and not doing any //! work in-sync with the caller. |