possibly fix retrigger with sample map
This commit is contained in:
parent
5bc2ccbe8e
commit
7fa5fecd38
26 changed files with 28 additions and 28 deletions
|
|
@ -250,7 +250,7 @@ int DivPlatformPCMDAC::dispatch(DivCommand c) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
chan[0].sample=ins->amiga.getSample(c.value);
|
||||
if (c.value!=DIV_NOTE_NULL) chan[0].sample=ins->amiga.getSample(c.value);
|
||||
chan[0].useWave=false;
|
||||
}
|
||||
if (c.value!=DIV_NOTE_NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue