Byte to nibble
This commit is contained in:
parent
8e0b64c512
commit
6917c54eef
|
@ -376,8 +376,8 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
if (sample->loop) {
|
||||
SAMPLE_WARN(warnLoop,"MSM6295: samples can't loop");
|
||||
}
|
||||
if (sample->samples>64511) {
|
||||
SAMPLE_WARN(warnLength,"MSM6295: maximum bankswitched sample length is 64511");
|
||||
if (sample->samples>129024) {
|
||||
SAMPLE_WARN(warnLength,"MSM6295: maximum bankswitched sample length is 129024");
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue