From ad906c6eef29cb39bd674948e5ae27879ed51844 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 12 Oct 2013 19:36:06 +0200 Subject: Don't send a message to the GUI on /each/ file that has been loaded. Decimation is the key. --- src/drumkitloader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drumkitloader.h') diff --git a/src/drumkitloader.h b/src/drumkitloader.h index be24812..0534de8 100644 --- a/src/drumkitloader.h +++ b/src/drumkitloader.h @@ -91,6 +91,7 @@ private: volatile bool running; std::list load_queue; size_t total_num_audiofiles; + size_t fraction; size_t loaded; }; -- cgit v1.2.3