Merge pull request #981 from jpcima/decent-sampler
Have the DS importer generate the correct loop mode
This commit is contained in:
commit
6595503864
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue