RF5C68: fix forceIns() panning

This commit is contained in:
tildearrow 2023-03-16 03:53:02 -05:00
parent c7d625c820
commit f8e5afc2bf
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ void DivPlatformRF5C68::forceIns() {
chan[i].insChanged=true;
chan[i].freqChanged=true;
chan[i].sample=-1;
chWrite(i,1,isMuted[i]?0:chan[i].panning);
}
}