We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d731bb commit a8b4233Copy full SHA for a8b4233
src/main/java/de/mossgrabers/convertwithmoss/format/sfz/SfzDetectorTask.java
@@ -714,7 +714,8 @@ private void readMissingValues (final ISampleZone zone)
714
{
715
oldLoop = loops.get (0);
716
readLoops = oldLoop.getStart () < 0 || oldLoop.getEnd () < 0;
717
- loops.clear ();
+ if (readLoops)
718
+ loops.clear ();
719
}
720
721
zone.getSampleData ().addZoneData (zone, true, readLoops);
0 commit comments