summaryrefslogtreecommitdiff
path: root/src/drumkitparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drumkitparser.h')
-rw-r--r--src/drumkitparser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drumkitparser.h b/src/drumkitparser.h
index f585043..f02eece 100644
--- a/src/drumkitparser.h
+++ b/src/drumkitparser.h
@@ -47,6 +47,10 @@ private:
DrumKit &kit;
// Instrument *instr;
std::string path;
+
+ std::map<std::string, std::string> channelmap;
+ std::string instr_file;
+ std::string instr_name;
};
#endif/*__DRUMGIZMO_DRUMKITPARSER_H__*/