mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
Revert pitch slide back to its original form (01xx/02xx)
This commit is contained in:
parent
ad160b5d88
commit
d6fd63f813
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue