summaryrefslogtreecommitdiff
path: root/src/domloader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/domloader.cc')
-rw-r--r--src/domloader.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/domloader.cc b/src/domloader.cc
index c78ed75..90dac5f 100644
--- a/src/domloader.cc
+++ b/src/domloader.cc
@@ -94,6 +94,7 @@ bool DOMLoader::loadDom(const std::string& basepath,
instrument->_name = instrumentdom.name;
instrument->version = instrumentdom.version;
instrument->_description = instrumentdom.description;
+ instrument->_percussive = instrumentdom.percussive == "true";
auto path = getPath(basepath + "/" + instrumentref.file);
for(const auto& sampledom : instrumentdom.samples)