From a673a209a71b06488df3244903b5b4b7f994451d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 6 Mar 2019 09:54:29 +0100 Subject: Split sample selection into own class. --- src/instrument.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/instrument.h') 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 chokes; + SampleSelection sample_selection; }; // typedef std::map< std::string, Instrument > Instruments; -- cgit v1.2.3