mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
added sample maps?
This commit is contained in:
parent
cf6d485f4c
commit
1863703203
1 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,10 @@ int DivPlatformSupervision::dispatch(DivCommand c) {
|
|||
if (c.value!=DIV_NOTE_NULL) {
|
||||
chan[c.chan].sample=ins->amiga.getSample(c.value);
|
||||
chan[c.chan].sampleNote=c.value;
|
||||
if (c.chan==2) {
|
||||
c.value=ins->amiga.getFreq(c.value);
|
||||
chan[c.chan].sampleNote=c.value;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
chan[c.chan].sampleNote=DIV_NOTE_NULL;
|
||||
|
|
Loading…
Reference in a new issue