mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
Amiga: don't replay samples on set order
This commit is contained in:
parent
6850daaca0
commit
939416791b
1 changed files with 3 additions and 0 deletions
|
@ -281,6 +281,9 @@ void DivPlatformAmiga::forceIns() {
|
|||
for (int i=0; i<4; i++) {
|
||||
chan[i].insChanged=true;
|
||||
chan[i].freqChanged=true;
|
||||
chan[i].audPos=131072;
|
||||
chan[i].audDat=0;
|
||||
chan[i].sample=-1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue