Fix forcing instrument
This commit is contained in:
parent
2bb0815938
commit
9fedb87808
1 changed files with 1 additions and 0 deletions
|
|
@ -394,6 +394,7 @@ void DivPlatformK007232::muteChannel(int ch, bool mute) {
|
|||
}
|
||||
|
||||
void DivPlatformK007232::forceIns() {
|
||||
while (!writes.empty()) writes.pop();
|
||||
for (int i=0; i<2; i++) {
|
||||
chan[i].insChanged=true;
|
||||
chan[i].freqChanged=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue