summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2014-10-21 14:45:06 +0200
committerLars Bisballe Jensen <larsbisballe@gmail.com>2014-10-21 14:45:06 +0200
commitdff95433d3d9d677f93c2f3be8c887a0e3c6f6df (patch)
tree04e8e54e3954286a5324d4ea7336056e5e490e29 /src/instrument.h
parent98a89a73d7834e83f09f1619d16a58f3ecf2d850 (diff)
Added struct that contains all metadata
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/instrument.h b/src/instrument.h
index d66d60d..7c8b8dc 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -50,6 +50,7 @@ public:
std::string group();
void setGroup(std::string group);
+ void setDescription(std::string description);
// std::map<std::string, std::string> channelmap;