warn when loading file with partial pitch linearit

This commit is contained in:
tildearrow 2025-10-21 18:59:06 -05:00
parent 96f0f7bd78
commit 4c57763473

View file

@ -2174,6 +2174,11 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
}
}
// warn on partial pitch linearity
if (ds.linearPitch==1) {
addWarning("this song uses partial pitch linearity, which will be removed soon. please migrate to full or none by going to Compatibility Flags and then adjusting your song afterwards.");
}
if (active) quitDispatch();
BUSY_BEGIN_SOFT;
saveLock.lock();