summaryrefslogtreecommitdiff
path: root/src/drumkitparser.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-20 20:13:52 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-20 20:13:52 +0200
commitc9200c25e02b2ab5c1fc4461a4621d109e798350 (patch)
tree6fca342d86d9e0839ae02bc66b3476f59a29eec7 /src/drumkitparser.h
parent180d70312335d7274eff605e3ec4c1af5879daa4 (diff)
New 'instrument group' feature added.
Diffstat (limited to 'src/drumkitparser.h')
-rw-r--r--src/drumkitparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drumkitparser.h b/src/drumkitparser.h
index f02eece..907b09d 100644
--- a/src/drumkitparser.h
+++ b/src/drumkitparser.h
@@ -51,6 +51,7 @@ private:
std::map<std::string, std::string> channelmap;
std::string instr_file;
std::string instr_name;
+ std::string instr_group;
};
#endif/*__DRUMGIZMO_DRUMKITPARSER_H__*/