Correct volume

This commit is contained in:
techmetx11 2024-04-16 13:45:07 +01:00
parent 77523588a4
commit 7e57e2db71
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2

View file

@ -276,7 +276,7 @@ void TFMParsePattern(struct TFMParsePatternInfo info) {
logD("parsing volumes of pattern %d channel %d",i,j);
for (int k=0; k<256; k++) {
if (patDataBuf[k]==0) continue;
else pat->data[k][3]=0x41+(patDataBuf[k]*2);
else pat->data[k][3]=0x60+patDataBuf[k];
}
// instrument