IT import: do not import tempo slides

This commit is contained in:
tildearrow 2024-07-14 16:33:13 -05:00
parent 04be3ab77d
commit 34aa698016

View file

@ -1428,8 +1428,10 @@ bool DivEngine::loadIT(unsigned char* file, size_t len) {
}
break;
case 'T': // tempo
p->data[readRow][effectCol[chan]++]=0xf0;
p->data[readRow][effectCol[chan]++]=effectVal[chan];
if (effectVal[chan]>=0x20) {
p->data[readRow][effectCol[chan]++]=0xf0;
p->data[readRow][effectCol[chan]++]=effectVal[chan];
}
break;
case 'U': // fine vibrato
if (effectVal[chan]!=0) {