summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-05-08 12:37:42 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-05-08 12:37:42 +0200
commitbd029a86ab41bb9061b7fd3a954abc4d2f20d2d5 (patch)
treef44d581fa7fc1b8a8bdf18e10076d330caf93fd7 /src
parent8ec32c94e0d8161120018170724d64d262bc133d (diff)
Revert accidentally enabled disk caching.
Diffstat (limited to 'src')
-rw-r--r--src/drumkitloader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drumkitloader.cc b/src/drumkitloader.cc
index a08fc0a..a9b87f0 100644
--- a/src/drumkitloader.cc
+++ b/src/drumkitloader.cc
@@ -231,7 +231,7 @@ void DrumKitLoader::thread_main()
}
// Note: Remove this line to enable diskstreaming
- //preload_size = ALL_SAMPLES;
+ preload_size = ALL_SAMPLES;
audiofile->load(preload_size);
}