summaryrefslogtreecommitdiff
path: root/src/drumkitloader.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-08-06 20:20:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-07 20:34:08 +0200
commit400959b536180cf8912f06dd80b4de077d8f8c74 (patch)
tree2c06ed49aa8d001ddad2603ef332d8655d00741a /src/drumkitloader.h
parent3f5252e0144766e68968d0930e8497b5d7d42e73 (diff)
New resampler implementation.
Diffstat (limited to 'src/drumkitloader.h')
-rw-r--r--src/drumkitloader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drumkitloader.h b/src/drumkitloader.h
index 82ab4b5..2758a98 100644
--- a/src/drumkitloader.h
+++ b/src/drumkitloader.h
@@ -50,7 +50,7 @@ class DrumKitLoader
{
public:
DrumKitLoader(Settings& settings, DrumKit& kit, AudioInputEngine& ie,
- Resamplers& resamplers, Random& rand, AudioCache& audio_cache);
+ Random& rand, AudioCache& audio_cache);
~DrumKitLoader();
@@ -89,7 +89,6 @@ protected:
SettingsGetter getter;
DrumKit& kit;
AudioInputEngine& ie;
- Resamplers& resamplers;
//MemChecker memchecker;
Random& rand;
AudioCache& audio_cache;