Fixed HivelyTracker 5xx command bug, thanks to str00t for reporting it and passing_by for the standalone test case
parent
f84cfcd647
commit
83772785f8
|
@ -881,9 +881,9 @@ void hvl_process_stepfx_2( struct hvl_tune *ht, struct hvl_voice *voice, int32 F
|
|||
voice->vc_IgnoreSquare = 1;
|
||||
break;
|
||||
|
||||
case 0x5: // Tone portamento + volume slide
|
||||
case 0x3: // Tone portamento
|
||||
if( FXParam != 0 ) voice->vc_PeriodSlideSpeed = FXParam;
|
||||
case 0x5: // Tone portamento + volume slide
|
||||
|
||||
if( *Note )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue