From ad43e35a0ff422fc30c61e0f91c05ec35e5d89f0 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Tue, 21 Oct 2014 14:58:48 +0200 Subject: Instrument name now set --- 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 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 channelmap; std::vector audiofiles; @@ -62,6 +62,7 @@ private: void *magic; std::string _id; + std::string _name; std::string _description; std::string _group; -- cgit v1.2.3