From 22e8c588324184b777cea9f55ec0fc73b56949b8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 09:28:15 +0200 Subject: New experimental sample selector (enable using --with-experimental argument on ./configure). --- src/instrument.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index a302412..b7ddeea 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -31,8 +31,10 @@ #include #include "rangemap.h" +#include "powerlist.h" #include "sample.h" +#include "versionstr.h" class InstrumentParser; class Instrument { @@ -61,8 +63,14 @@ private: std::string _group; std::string _name; std::string _description; + + VersionStr _version; + RangeMap samples; + PowerList powerlist; + void addSample(level_t a, level_t b, Sample *s); + void finalise(); ///< Signal instrument that no more samples will be added. std::vector samplelist; -- cgit v1.2.3