mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
fix clicks on replay
This commit is contained in:
parent
7ed1777bdc
commit
4c8ff2edb3
1 changed files with 6 additions and 0 deletions
|
@ -1567,6 +1567,12 @@ void DivEngine::reset() {
|
||||||
speed2=song.speed2;
|
speed2=song.speed2;
|
||||||
nextSpeed=speed1;
|
nextSpeed=speed1;
|
||||||
globalPitch=0;
|
globalPitch=0;
|
||||||
|
blip_clear(bb[0]);
|
||||||
|
blip_clear(bb[1]);
|
||||||
|
temp[0]=0;
|
||||||
|
temp[1]=0;
|
||||||
|
prevSample[0]=0;
|
||||||
|
prevSample[1]=0;
|
||||||
dispatch->reset();
|
dispatch->reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue