Add warning
This commit is contained in:
parent
4f061db5a7
commit
d33d487ab9
|
@ -273,6 +273,9 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
SAMPLE_WARN(warnLoopPos,"K053260: loop point ignored (may only loop entire sample)");
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue