summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/instrument.h b/src/instrument.h
index e4cf481..2cb0813 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -33,6 +33,7 @@
#include "rangemap.h" // for v1.0 kits
#include "powerlist.h"
+#include "sample_selection.h"
#include "sample.h"
#include "versionstr.h"
@@ -104,8 +105,8 @@ private:
Settings& settings;
Random& rand;
PowerList powerlist;
-
std::vector<Choke> chokes;
+ SampleSelection sample_selection;
};
// typedef std::map< std::string, Instrument > Instruments;