parent
4485256b6a
commit
2f5e9bbf20
|
@ -903,6 +903,9 @@ bool DivEngine::loadS3M(unsigned char* file, size_t len) {
|
||||||
portaStatus[chan]=effectVal;
|
portaStatus[chan]=effectVal;
|
||||||
portaStatusChanged[chan]=true;
|
portaStatusChanged[chan]=true;
|
||||||
}
|
}
|
||||||
|
if (hasNoteIns) {
|
||||||
|
portaStatusChanged[chan]=true;
|
||||||
|
}
|
||||||
portaType[chan]=2;
|
portaType[chan]=2;
|
||||||
porting[chan]=true;
|
porting[chan]=true;
|
||||||
break;
|
break;
|
||||||
|
@ -911,6 +914,9 @@ bool DivEngine::loadS3M(unsigned char* file, size_t len) {
|
||||||
portaStatus[chan]=effectVal;
|
portaStatus[chan]=effectVal;
|
||||||
portaStatusChanged[chan]=true;
|
portaStatusChanged[chan]=true;
|
||||||
}
|
}
|
||||||
|
if (hasNoteIns) {
|
||||||
|
portaStatusChanged[chan]=true;
|
||||||
|
}
|
||||||
portaType[chan]=1;
|
portaType[chan]=1;
|
||||||
porting[chan]=true;
|
porting[chan]=true;
|
||||||
break;
|
break;
|
||||||
|
@ -919,6 +925,9 @@ bool DivEngine::loadS3M(unsigned char* file, size_t len) {
|
||||||
portaStatus[chan]=effectVal;
|
portaStatus[chan]=effectVal;
|
||||||
portaStatusChanged[chan]=true;
|
portaStatusChanged[chan]=true;
|
||||||
}
|
}
|
||||||
|
if (hasNoteIns) {
|
||||||
|
portaStatusChanged[chan]=true;
|
||||||
|
}
|
||||||
portaType[chan]=3;
|
portaType[chan]=3;
|
||||||
porting[chan]=true;
|
porting[chan]=true;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue