diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-08 12:37:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-08 12:37:42 +0200 |
commit | bd029a86ab41bb9061b7fd3a954abc4d2f20d2d5 (patch) | |
tree | f44d581fa7fc1b8a8bdf18e10076d330caf93fd7 /src/drumkitloader.cc | |
parent | 8ec32c94e0d8161120018170724d64d262bc133d (diff) |
Revert accidentally enabled disk caching.
Diffstat (limited to 'src/drumkitloader.cc')
-rw-r--r-- | src/drumkitloader.cc | 2 |
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); } |