summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-04-25 20:04:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-04-25 20:04:08 +0200
commit64d8efa4f3abe4257120b85fb4d4a063d96edbfc (patch)
treed2cde0ad7b59c5f6acbf3c6792118ad3fda28fbf /src/instrument.h
parent541f6c214762cceb348f9657258c3db758ea667f (diff)
Use old 'velocity groups' algorithm on version 1.0 instruments and new 'power distribution' algorithm on 2.0 instruments. Remove 'with-experimental' option from configure.
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrument.h b/src/instrument.h
index b7ddeea..416b6c2 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -64,7 +64,7 @@ private:
std::string _name;
std::string _description;
- VersionStr _version;
+ VersionStr version;
RangeMap<level_t, Sample*> samples;
PowerList powerlist;