diff --git a/src/sfizz/import/foreign_instruments/DecentSampler.cpp b/src/sfizz/import/foreign_instruments/DecentSampler.cpp index e20f3ab7..149ba86d 100644 --- a/src/sfizz/import/foreign_instruments/DecentSampler.cpp +++ b/src/sfizz/import/foreign_instruments/DecentSampler.cpp @@ -202,7 +202,7 @@ void DecentSamplerInstrumentImporter::emitRegionalOpcodes(std::ostream& os, pugi break; case hash("loopEnabled"): os << "loop_mode=" - << ((xmlOpcode.value == "true") ? "loop_continuous" : "one_shot") << "\n"; + << ((xmlOpcode.value == "true") ? "loop_continuous" : "no_loop") << "\n"; break; case hash("attack"): convertToReal("ampeg_attack");