diff options
Diffstat (limited to 'src/domloader.cc')
-rw-r--r-- | src/domloader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/domloader.cc b/src/domloader.cc index 5d411bd..aab7906 100644 --- a/src/domloader.cc +++ b/src/domloader.cc @@ -100,6 +100,7 @@ bool DOMLoader::loadDom(const std::string& basepath, { auto sample = new Sample(sampledom.name, sampledom.power, sampledom.position, + sampledom.openness, sampledom.normalized); for(const auto& audiofiledom : sampledom.audiofiles) { |