Add warning

This commit is contained in:
cam900 2023-06-29 21:35:53 +09:00
parent 4f061db5a7
commit d33d487ab9
1 changed files with 3 additions and 0 deletions

View File

@ -273,6 +273,9 @@ void FurnaceGUI::drawSampleEdit() {
SAMPLE_WARN(warnLoopPos,"K053260: loop point ignored (may only loop entire sample)");
}
}
if (sample->samples>65535) {
SAMPLE_WARN(warnLength,"K053260: maximum sample length is 65535");
}
break;
default:
break;