summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2014-10-21 14:58:48 +0200
committerLars Bisballe Jensen <larsbisballe@gmail.com>2014-10-21 14:58:48 +0200
commitad43e35a0ff422fc30c61e0f91c05ec35e5d89f0 (patch)
tree88304776185dec36fb00dcc56f209f642ee9fea9 /src/instrument.h
parent4c4c5e8f3f6069977289055903ae54b7affcba23 (diff)
Instrument name now set
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 7c8b8dc..46e95f9 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -51,7 +51,7 @@ public:
void setGroup(std::string group);
void setDescription(std::string description);
-
+ void setName(std::string name);
// std::map<std::string, std::string> channelmap;
std::vector<AudioFile*> audiofiles;
@@ -62,6 +62,7 @@ private:
void *magic;
std::string _id;
+ std::string _name;
std::string _description;
std::string _group;