Loop point ignored in K053260
This commit is contained in:
parent
8c4477c6dd
commit
6639bf2112
|
@ -246,6 +246,13 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case DIV_SYSTEM_K053260:
|
||||||
|
if (sample->loop) {
|
||||||
|
if (sample->loopStart!=0 || sample->loopEnd!=(int)(sample->samples)) {
|
||||||
|
SAMPLE_WARN(warnLoopPos,"K053260: loop point ignored (may only loop entire sample)");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue