Revert pitch slide back to its original form (01xx/02xx)

This commit is contained in:
techmetx11 2024-04-13 06:52:08 +00:00
parent ad160b5d88
commit d6fd63f813
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2

View file

@ -255,12 +255,9 @@ void TFMparsePattern(struct TFMparsePatternInfo info) {
pat->data[k][5]=effectVal[k];
break;
case 1:
// note slide up
// pitch slide up
case 2:
// note slide down
pat->data[k][4]=0xF0|effectNum[k];
pat->data[k][5]=effectVal[k];
break;
// pitch slide down
case 3:
// portamento
case 4: