From 98a89a73d7834e83f09f1619d16a58f3ecf2d850 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Tue, 21 Oct 2014 11:04:49 +0200 Subject: Added metadata strings to classes and began work on xml parser for drumkits --- src/instrument.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index 416b6c2..d66d60d 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -45,7 +45,7 @@ public: Sample *sample(level_t level, size_t pos); - std::string name(); + std::string id(); std::string description(); std::string group(); @@ -60,9 +60,9 @@ public: private: void *magic; - std::string _group; - std::string _name; + std::string _id; std::string _description; + std::string _group; VersionStr version; -- cgit v1.2.3